values constant

List<OrderPaymentStatus> const values

Implementation

static const $core.List<OrderPaymentStatus> values = <OrderPaymentStatus> [
  paymentCaptured,
  paymentRejected,
  paymentSecured,
  pendingAuthorization,
];