asDart method

List<ObjCObject> asDart()

Wraps this NSMutableArray in an adapter that implements 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() => _NSMutableArrayAdapter(this);