isLoadingData property

bool isLoadingData

Checks if the data is currently being loaded, i.e. the current state is Loading but not Initial.

Implementation

bool get isLoadingData => value.isLoadingData;