menu
smart_pagination package
documentation
pagination.dart
IPaginationListCubit<T, StateType extends IPaginationState<T>>
didFetch property
didFetch property
dark_mode
light_mode
didFetch
property
bool
get
didFetch
Whether the cubit has fetched data at least once.
Implementation
bool get didFetch;
smart_pagination package
documentation
pagination
IPaginationListCubit<T, StateType extends IPaginationState<T>>
didFetch property
IPaginationListCubit class