Ditto Mutable Register
Represents a mutable CRDT register that can be updated while updating a document. This class can't be instantiated directly, it's returned automatically for any register property within an update block. See also the register properties of DittoDocumentPath and DittoMutableDocumentPath.
Properties
Link copied to clipboard
Returns the register's value as a Boolean if possible, otherwise returns null.
Link copied to clipboard
Returns the register's value as a Double if possible, otherwise returns 0.0.
Link copied to clipboard
Returns the register's value as a Float if possible, otherwise returns 0.0f.
Link copied to clipboard
Link copied to clipboard
Returns the register's value as a String if possible, otherwise returns an empty String.