Calls the callback function if the wrapped value is not present.
callback
@override Maybe<T> ifNothing(void Function() callback) => this;