accountTypes constant

Map<AccountType, String> const accountTypes

Implementation

static const Map<AccountType, String> accountTypes = {
  AccountType.email: "email",
  AccountType.username: "username",
  AccountType.phoneNumber: "phone_number",
};