isFailure property

bool get isFailure

Implementation

bool get isFailure => [
      LokotroPaymentStatus.declined,
      LokotroPaymentStatus.failed,
      LokotroPaymentStatus.cancelled,
      LokotroPaymentStatus.expired,
    ].contains(this);