menu
nomo_ui_kit
nomo_theme
IfUtils
<
T
>
ifElseNull method
ifElseNull
brightness_4
brightness_5
ifElseNull
method
T?
ifElseNull
(
bool
condition
)
Implementation
T? ifElseNull(bool condition) => condition ? this : null;
nomo_ui_kit
nomo_theme
IfUtils
<
T
>
ifElseNull method
IfUtils extension