isLoading property
bool
get
isLoading
Returns true
if the status is PagifyAsyncCallStatus.loading.
Implementation
bool get isLoading => this == PagifyAsyncCallStatus.loading;
Returns true
if the status is PagifyAsyncCallStatus.loading.
bool get isLoading => this == PagifyAsyncCallStatus.loading;