ValueWrapper<T> constructor
- T value
Wraps value to distinguish an explicit null from an omitted parameter.
Implementation
const ValueWrapper(this.value);
Wraps value to distinguish an explicit null from an omitted parameter.
const ValueWrapper(this.value);