RefObject<T> constructor

RefObject<T>([
  1. T? _value
])

Create a ref object

Implementation

RefObject([this._value]);