Value<T> constructor

Value<T>(
  1. T data, {
  2. String debugLabel = "",
})

Implementation

Value(T data, {super.debugLabel}) : _data = data;