static IValue dictStringKeyFrom(Map<String, IValue> map) { return IValue._(typeCode: typeCodeDictStringKey, data: map); }