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?>
The document's inner value. |
operator fun get(key: String): DittoDocumentPath |
|
fun toString(): String |