toDictLongKey method

Map<int, IValue> toDictLongKey()

Implementation

Map<int, IValue> toDictLongKey() {
  _preconditionType(typeCodeDictLongKey, _typeCode);
  return _data;
}