DittoTypedDocument
public class DittoTypedDocument<T> where T : Decodable
A document belonging to a DittoCollection with an inner typed value.
-
The ID of the document.
Declaration
Swift
public let id: DittoDocumentID -
The document’s inner value.
Declaration
Swift
public let value: T
DittoTypedDocument Class Reference