MutableValue<T> constructor

MutableValue<T>(
  1. T value
)

Implementation

MutableValue(this.value);