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