asInt16List method

Int16List asInt16List()
override

Implementation

Int16List asInt16List() {
  return ptr.cast<Int16>().asTypedList(_len ~/ 2);
}