isLoading property

bool get isLoading

Whether the list is at the stage of loading records.

Implementation

bool get isLoading => stage is LoadingListStage;