nonNull<T1 extends T> method
Returns the value of the Pod when it is not null
.
Implementation
FutureOr<T1> nonNull<T1 extends T>() => cond((v) => v != null) as T1;
Returns the value of the Pod when it is not null
.
FutureOr<T1> nonNull<T1 extends T>() => cond((v) => v != null) as T1;