RuntimeDocument class

Inheritance
Implementers

Constructors

RuntimeDocument.new({required String id, required void sendChanges(Map<String, dynamic>), void sendChangesToBackend(String)?, required MeshSchema schema})

Properties

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

Methods

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

Operators

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