values constant

List<ProviderEnum> const values

List of all possible values in this ProviderEnum.

Implementation

static const values = <ProviderEnum>[
  webex,
  slack,
  whatsapp,
  discord,
];