isLoading property

bool get isLoading

Check if currently loading

Implementation

bool get isLoading => footerStatus == LoadStatus.loading;