realmDictionaryOf

fun <T> realmDictionaryOf(vararg elements: Pair<String, T>): RealmDictionary<T>

Instantiates an unmanaged RealmDictionary from a variable number of Pairs of String and T.


Instantiates an unmanaged RealmDictionary from a Collection of Pairs of String and T.