toDart property - JSFloat32ArrayToFloat32List extension - dart:js_interop library (original) (raw)
Float32List gettoDart
Converts this JSFloat32Array to a Float32List by either casting or wrapping it.
When compiling to JavaScript, Float32Lists are JSFloat32Arrays and this operation will be a cast. When compiling to Wasm, a wrapper is introduced. Modifications to this JSFloat32Array will affect theFloat32List and vice versa.
Implementation
external Float32List get toDart;