Wrapped<T>.withNull constructor
Wrapped<T>.withNull ()
Creates a wrapper for the null value.
Implementation
factory Wrapped.withNull() => const Wrapped(null);
Creates a wrapper for the null value.
factory Wrapped.withNull() => const Wrapped(null);