Calls the callback function if the wrapped value is not present.
callback
@override Nothing<T> ifNothing(void Function() callback) { callback(); return this; }