values constant

List<PaymentType> const values

Implementation

static const $core.List<PaymentType> values = <PaymentType> [
  NO_PAYMENT_TYPE,
  MOBILEPAY,
  CARD,
  APPLE_PAY,
];