EzWatch class

Full documentation: https://www.ezflap.io/essentials/watches/watches.html

Watches are methods with the @EzWatch annotation. Watches are invoked when the reactive value they watch is updated.

Constructors

EzWatch(String watchedExpression)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
watchedExpression String
The expression to watch. Can also be the Assigned Name of a prop, model, bound field, or a computed.
final

Methods

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