Doc class

Document handle.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

applyCausal(Causal causal) → void
Applies a transaction to the document.
createCursor() Cursor
Returns a cursor for the document.
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
id() String
Returns the id of the document.
invitePeer(String peer) → void
Invites a peer to collaborate on a document.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited