isLoading property

bool get isLoading

Returns true if the status is PagifyAsyncCallStatus.loading.

Implementation

bool get isLoading => this == PagifyAsyncCallStatus.loading;