values constant

List<PaymentMethodEnum> const values

List of all possible values in this PaymentMethodEnum.

Implementation

static const values = <PaymentMethodEnum>[
  NONE,
  STRIPE,
  BILL,
];