Wrapped<T> constructor

const Wrapped<T>(
  1. T? value
)

Creates a wrapper for nullable value.

Implementation

const Wrapped(this.value);