values constant

List<AccountStatus> const values

List of all possible values in this AccountStatus.

Implementation

static const values = <AccountStatus>[
  standard,
  founder,
  goldFounder,
  vipFounder,
];