- Implemented types
-
- Annotations
-
Methods
-
addListener(void callback(T value))
→ void
-
Adds a listener/callback that will be called when the property value
changes
-
clearListeners()
→ void
-
Clears all listeners from the property
-
dispose()
→ void
-
Disposes of the property. This removes all listeners and cleans up all
underlying resources.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListener(void callback(T value))
→ void
-
Removes a listener/callback from the property
-
toString()
→ String
-
A string representation of this object.
inherited