isLoading property

bool isLoading

Is the data still loading?

Implementation

bool get isLoading => this is FutureLoading;