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