ifEmpty method

Present<T> ifEmpty(
  1. void _()
)
override

Implementation

Present<T> ifEmpty(final void Function() _) => this;