ProvidedBox<T> constructor

ProvidedBox<T>([
  1. T? _value
])

Implementation

ProvidedBox([this._value]);