requestPending property
Useful for getting the status of the API, whether it has been executed or not
Implementation
bool get requestPending {
return this.requestStatus == RequestStatus.PENDING;
}
Useful for getting the status of the API, whether it has been executed or not
bool get requestPending {
return this.requestStatus == RequestStatus.PENDING;
}