asInt32List method

Int32List asInt32List()
override

Implementation

Int32List asInt32List() {
  return ptr.cast<Int32>().asTypedList(_len ~/ 4);
}