MeshDocument class

Inheritance

Constructors

MeshDocument.new({void sendChangesToBackend(String)?, required MeshSchema schema})

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
root MeshElement
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema MeshSchema
finalinherited
sendChanges → void Function(Map<String, dynamic>)
finalinherited
sendChangesToBackend → void Function(String)?
finalinherited
synchronized Future
no setter

Methods

addListener(void listener()) → void
inherited
dispose() → void
listen(void onData(Map<String, dynamic>)?) StreamSubscription<Map<String, dynamic>>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners() → void
inherited
receiveChanges(Map<String, dynamic> message) → void
inherited
removeListener(void listener()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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