to Realm Dictionary
fun <T> Iterable<Pair<String, T>>.toRealmDictionary(): RealmDictionary<T>
Content copied to clipboard
Instantiates an unmanagedRealmDictionary containing all the elements of this iterable of Pairs of Strings and Ts.
fun <T> RealmDictionaryEntrySet<T>.toRealmDictionary(): RealmDictionary<T>
Content copied to clipboard
Instantiates an unmanagedRealmDictionary containing all the elements of the receiver RealmDictionaryEntrySet.
Instantiates an unmanagedRealmDictionary containing all the elements of the receiver dictionary represented by a Map of String to T pairs.