Wrapped<T>.withNull constructor

Wrapped<T>.withNull()

Creates a wrapper for the null value.

Implementation

factory Wrapped.withNull() => const Wrapped(null);