toDartList method

Int16List toDartList()
override

Implementation

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