Realm Kotlin Multiplatform SDK
/
io.realm
/
toRealmList
common
to
Realm
List
fun <
T
>
Iterable
<
T
>.
toRealmList
():
RealmList
<
T
>
Content copied to clipboard
Instantiates an unmanaged
RealmList
containing all the elements of this iterable.