CTNode class abstract

Constructors

CTNode()

Properties

context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
invoke → Invoke
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

memo<T>(T value) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ref<T, K extends Object>(T factory(), [K? dep]) Ref<T>
subscribeToRef<T>(Ref<T> ref) → T
subscribeToStream<T, K>(Stream<T> streamFactory(), {T? initialValue, K? dep}) Result<T>
subscribeToValueListenable<T, K>(ValueListenable<T> factory(), K dep) → T
toString() String
A string representation of this object.
inherited
trigger<T extends Object>() Trigger<T>
valueRef<T extends Object>(T value) Ref<T>

Operators

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