isPending property

bool isPending

True for the requests processed asynchronously. @see https://jsonapi.org/recommendations/#asynchronous-processing).

Implementation

bool get isPending => value == accepted;