isLoading property

bool get isLoading

Returns true if the state is loading.

Implementation

bool get isLoading => _status == AsyncStatus.loading;