PropsReadonlyNode<T extends SetupWidget<T>> class
- Inheritance
-
- Implemented types
-
Properties
-
deps
↔ Link?
-
First dependency link in the chain.
getter/setter pairinherited
-
depsTail
↔ Link?
-
Last dependency link in the chain.
getter/setter pairinherited
-
flags
↔ int
-
Reactive flags for this node.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isDisposed
→ bool
-
Whether this node has been disposed.
no setteroverride
-
peek
→ T
-
Gets the current value without establishing a reactive dependency.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
subs
↔ Link?
-
First subscriber link in the chain.
getter/setter pairinherited
-
subsTail
↔ Link?
-
Last subscriber link in the chain.
getter/setter pairinherited
-
value
→ T
-
Gets the current value and establishes a reactive dependency.
no setteroverride
Methods
-
call()
→ T
-
-
dispose()
→ FutureOr<void>
-
Dispose this object and clean up its resources.
-
get()
→ T
-
Gets the current value and establishes a reactive dependency.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notify()
→ void
-
Manually notifies all subscribers that this value has changed.
override
-
onDispose()
→ void
-
Called when the node is being disposed.
override
-
toString()
→ String
-
A string representation of this object.
inherited