toLongList method

List<int> toLongList()

Implementation

List<int> toLongList() {
  _preconditionType(typeCodeLongList, _typeCode);
  return _data;
}