RealmDictionaryMutableEntry

typealias RealmDictionaryMutableEntry<V> = RealmMapMutableEntry<String, V>

Convenience alias for RealmMapMutableEntry<String, V>. Represents the String-V pairs stored by a RealmDictionary.