ifNothing abstract method
Calls the callback
function if the wrapped value is not present.
Implementation
Maybe<T> ifNothing(void Function() callback);
Calls the callback
function if the wrapped value is not present.
Maybe<T> ifNothing(void Function() callback);