Returns a Dart List<X> view over length elements starting at ptr, backed directly by the underlying memory, no copy is made.
List<X>
length
ptr
List<X> Function(S ptr, int length) get asDartList;