Bolter class

Constructors

Bolter()

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

clear() → void
Clears all registered listeners.
listen<T>(Getter<T> getter, BolterNotification notification) → void
Registers a getter and a notification to be notified when the result of calling the getter changes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shake() → void
Notifies all registered listeners of changes
stopListen(BolterNotification notification) → void
Removes a listener from the registered listeners.
toString() String
A string representation of this object.
inherited

Operators

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