asDart method
Wraps this NSArray in an adapter that implements an immutable List.
This is not a conversion, doesn't create a new list, or change the elements. For deep conversion, use toDartList.
Implementation
List<ObjCObject> asDart() => _NSArrayAdapter(this);