toDartList method

Uint32List toDartList()
override

Implementation

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