class DittoDocument<T : Any>
A document belonging to a DittoCollection with a nested typed value.
val _id: String
The ID of the document. |
|
val value: T
The document's inner value. |
operator fun get(key: String): DittoDocumentPath |
|
fun toString(): String |