requestPending property Null safety

bool requestPending

Useful for getting the status of the API, whether it has been executed or not

Implementation

bool get requestPending {
  return this.requestStatus == RequestStatus.PENDING;
}