menu
sunny_lifecycle package
documentation
lifecycle_main.dart
whenNotNull<T> function
whenNotNull<T> function
dark_mode
light_mode
whenNotNull<
T
>
function
bool
whenNotNull
<
T
>(
T
a
,
T
b
)
Implementation
bool whenNotNull<T>(T a, T b) => a == null && b != null;
sunny_lifecycle package
documentation
lifecycle_main
whenNotNull<T> function
lifecycle_main library