toNSArray method
Implementation
NSArray toNSArray({
ObjCObject Function(Object) convertOther = _defaultObjCConverter,
}) => NSArray.of(map((o) => toObjCObject(o, convertOther: convertOther)));
NSArray toNSArray({
ObjCObject Function(Object) convertOther = _defaultObjCConverter,
}) => NSArray.of(map((o) => toObjCObject(o, convertOther: convertOther)));