Computed<T> class abstract interface

Inheritance
Implemented types

Properties

currentValue ↔ T?
getter/setter pairoverride
deps Link?
getter/setter pairinherited
depsTail Link?
getter/setter pairinherited
flags int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subs Link?
getter/setter pairinherited
subsTail Link?
getter/setter pairinherited

Methods

call() → T
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() bool
toString() String
A string representation of this object.
inherited

Operators

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