menu
ekyc_flutter package
documentation
app/configs/config.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;
ekyc_flutter package
documentation
app/configs/config
ExtensionListUnsafe
checkNullOrEmpty method
ExtensionListUnsafe extension on
List
?