DittoDocument

class DittoDocument

A document belonging to a DittoCollection with an inner value.

Functions

get
Link copied to clipboard
operator fun get(key: String): DittoDocumentPath
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
val id: DittoDocumentID

The ID of the document.

value
Link copied to clipboard
val value: Map<String, Any?>

The document's inner value.