toDartList method

Uint16List toDartList()
override

Implementation

Uint16List toDartList() {
  return data.asTypedList(length);
}