isError property

bool get isError

Implementation

bool get isError {
  return this == QuoteStatus.failure ||
      this == QuoteStatus.refund ||
      this == QuoteStatus.timeout;
}