ifPresent method

Empty<T> ifPresent(
  1. void _(
    1. T
    )
)
override

Implementation

Empty<T> ifPresent(void Function(T) _) => this;