menu
h_utils package
documentation
control_flow/optional/present.dart
Present<T>
ifPresent method
ifPresent method
dark_mode
light_mode
ifPresent
method
Present
<
T
>
ifPresent
(
void
action
(
T
value
)
)
override
Implementation
Present<T> ifPresent(final void Function(T value) action) => this..value.also(action);
h_utils package
documentation
control_flow/optional/present
Present<T>
ifPresent method
Present class