menu
easy_refresh package
documentation
easy_paging.dart
EasyPagingState<DataType, ItemType>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Check if there is no data.
Implementation
bool get isEmpty => data != null && count == 0;
easy_refresh package
documentation
easy_paging
EasyPagingState<DataType, ItemType>
isEmpty property
EasyPagingState class