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