menu
sunny_forms package
documentation
sunny_list/list_model.dart
ListModel<E>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Implementation
bool get isEmpty => length == null || length == 0;
sunny_forms package
documentation
sunny_list/list_model
ListModel<E>
isEmpty property
ListModel class