toDictStringKey method

Map<String, IValue> toDictStringKey()

Implementation

Map<String, IValue> toDictStringKey() {
  _preconditionType(typeCodeDictStringKey, _typeCode);
  return _data;
}