static IValue dictLongKeyFrom(Map<int, IValue> map) { return IValue._(typeCode: typeCodeDictLongKey, data: map); }