static AdSlot decode(Object result) { result as List<Object?>; return AdSlot( adUnitPath: result[0]! as AdUnitPath, ); }