menu
fast_app_base package
documentation
common/common.dart
ExtensionListUnsafe
checkNullOrEmpty method
checkNullOrEmpty method
dark_mode
light_mode
checkNullOrEmpty
method
bool
checkNullOrEmpty
(
)
null or Empty returns true
Implementation
bool checkNullOrEmpty() => this == null || this!.isEmpty;
fast_app_base package
documentation
common/common
ExtensionListUnsafe
checkNullOrEmpty method
ExtensionListUnsafe extension on
List
?