toUint16List method

Uint16List toUint16List()

Encapsulates a copy of this int List into a Uint16List.

Implementation

Uint16List toUint16List() => Uint16List.fromList(this);