toDartList method

Float32List toDartList()
override

Implementation

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