values constant

List<Role> const values

List of all possible values in this Role.

Implementation

static const values = <Role>[
  admin,
  user,
  manager,
  owner,
];