MutableValue<T>.late constructor

MutableValue<T>.late()

Implementation

factory MutableValue.late() = LateMutableValue;