menu
flutter_extended package
documentation
extensions/ext_falsy.dart
ExtFalsy<T>
isTruthy property
isTruthy property
dark_mode
light_mode
isTruthy
property
bool
get
isTruthy
Returns
true
if this value is not falsy.
Implementation
bool get isTruthy => !isFalsy;
flutter_extended package
documentation
extensions/ext_falsy
ExtFalsy<T>
isTruthy property
ExtFalsy extension on T?