value property
Returns the actual value to use from this AutocompleteKind.
Implementation
String get value {
return switch (this) {
currentPassword => 'current-password',
newPassword => 'new-password',
username => 'username',
};
}
Returns the actual value to use from this AutocompleteKind.
String get value {
return switch (this) {
currentPassword => 'current-password',
newPassword => 'new-password',
username => 'username',
};
}