menu
h_utils package
documentation
control_flow/optional/empty.dart
Empty<T>
ifPresent method
ifPresent method
dark_mode
light_mode
ifPresent
method
Empty
<
T
>
ifPresent
(
void
_
(
T
)
)
override
Implementation
Empty<T> ifPresent(void Function(T) _) => this;
h_utils package
documentation
control_flow/optional/empty
Empty<T>
ifPresent method
Empty class