isLoading property
bool
get
isLoading
Whether the list is at the stage of loading records.
Implementation
bool get isLoading => stage is LoadingListStage;
Whether the list is at the stage of loading records.
bool get isLoading => stage is LoadingListStage;