Watcher class abstract

Implementers

Constructors

Watcher()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTrigger(WatchableChangeAction watchableChangeAction, dynamic data) Future<WatchableChangeResult>
On Watcher was triggered
toString() String
A string representation of this object.
inherited
trigger(WatchableChangeAction watchableChangeAction, dynamic data) Future<WatchableChangeResult>
Trigger Watcher

Operators

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