Ref<T> class

Mixed in types
Available Extensions

Constructors

Ref(T value, {ReactiveController? controller})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T
getter/setter pair

Methods

dispose() → void
forget(VoidCallback fn) → void
inherited
listen(VoidCallback fn) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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