isPending property

bool get isPending

Implementation

bool get isPending => [
      LokotroPaymentStatus.pending,
      LokotroPaymentStatus.processing,
      LokotroPaymentStatus.pendingBankProofUpload,
    ].contains(this);