menu
smartech_nudges package
documentation
px_utils.dart
ListUtils
isNullOrEmpty property
isNullOrEmpty property
dark_mode
light_mode
isNullOrEmpty
property
bool
get
isNullOrEmpty
Implementation
bool get isNullOrEmpty => this == null || this!.isEmpty;
smartech_nudges package
documentation
px_utils
ListUtils
isNullOrEmpty property
ListUtils extension on
List
?