class DittoDocument
A document belonging to a DittoCollection with an inner value.
val id: String
The ID of the document. |
|
val value: Map<String, Any?> |
fun finalize(): Unit |
|
operator fun get(key: String): DittoDocumentPath |
|
fun toString(): String |