@@@
Realm Kotlin SDK
/
io.realm.kotlin.dynamic
/
DynamicMutableRealmObject
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
create
Link copied to clipboard
fun
create
(
type
:
String
,
vararg
properties
:
Pair
<
String
,
Any
?
>
)
:
DynamicMutableRealmObject
Content copied to clipboard
fun
create
(
type
:
String
,
properties
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
DynamicMutableRealmObject
Content copied to clipboard
Create an unmanaged dynamic object.