asInt64List method

Int64List asInt64List()
override

Implementation

Int64List asInt64List() {
  return ptr.cast<Int64>().asTypedList(_len ~/ 8);
}