toUint32List method
Encapsulates a copy of this int
List into a Uint32List.
Implementation
Uint32List toUint32List() => Uint32List.fromList(this);
Encapsulates a copy of this int
List into a Uint32List.
Uint32List toUint32List() => Uint32List.fromList(this);