menu
ref package
documentation
ref
Ref
<
T
>
Ref constructor
Ref
brightness_4
Ref<
T
>
constructor
Null safety
Ref<
T
>
(
T
data
)
Implementation
Ref(T data) { this._data = data; }
ref package
documentation
ref
Ref
<
T
>
Ref constructor
Ref class
Constructors
Ref
Properties
hashCode
runtimeType
value
Methods
collect
dispose
noSuchMethod
set
toString
Operators
operator ==
Static methods
update