RefHook<T> class
Ref hook for storing mutable references
Constructors
- RefHook([T? initialValue])
- Create a ref hook
Properties
Methods
-
dispose(
) → void -
Clean up the hook when component unmounts
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited