ObjectRef<T> constructor
ObjectRef<T> (
- T value
Stores a single value.
This constructor is typically called by useRef.
Implementation
ObjectRef(this.value);
Stores a single value.
This constructor is typically called by useRef.
ObjectRef(this.value);