ValueWrapper<T> constructor

const ValueWrapper<T>(
  1. T value
)

Wraps value to distinguish an explicit null from an omitted parameter.

Implementation

const ValueWrapper(this.value);