asDartList property

List<num> Function(S ptr, int length) get asDartList
inherited

Returns a Dart List<X> with length elements copied from ptr.

Implementation

List<X> Function(S ptr, int length) get asDartList;