MutableValueImpl<T> constructor

MutableValueImpl<T>(
  1. T value
)

Implementation

MutableValueImpl(this.value);