ref method

MutableRef<T> ref()

Converts this Ref to a MutableRef.

Implementation

// ignore: use_to_and_as_if_applicable
MutableRef<T> ref() => MutableRef<T>._fromRef(this);