Mutable<T> constructor

Mutable<T>(
  1. T value
)

Creates a new mutable container with the given value.

Implementation

Mutable(this.value);