menu
flutter_levels_picker package
documentation
levels_picker_view/dart_helper.dart
DartHelper
isNullOrEmptyList static method
isNullOrEmptyList static method
dark_mode
light_mode
isNullOrEmptyList
static method
bool
isNullOrEmptyList
(
List
value
)
Implementation
static bool isNullOrEmptyList(List value) => value == null || value.isEmpty;
flutter_levels_picker package
documentation
levels_picker_view/dart_helper
DartHelper
isNullOrEmptyList static method
DartHelper class