toDartList method

Int32List toDartList()
override

Implementation

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