toInt16List method

Int16List toInt16List()

Encapsulates a copy of this int List into a Int16List.

Implementation

Int16List toInt16List() => Int16List.fromList(this);