Autofill enum

Types of autofill suggestions for input fields.

Inheritance
Available extensions

Values

name → const Autofill

Full name.

const Autofill('name')
honorificPrefix → const Autofill

Prefix or title (e.g. "Mr.", "Ms.", "Dr.", "Mlle").

const Autofill('honorific-prefix')
givenName → const Autofill

Given name (also known as the first name).

const Autofill('given-name')
additionalName → const Autofill

Additional names (also known as middle names).

const Autofill('additional-name')
familyName → const Autofill

Family name (also known as the last name or surname).

const Autofill('family-name')
honorificSuffix → const Autofill

Suffix (e.g. "Jr.", "B.Sc.", "MBASW", "II").

const Autofill('honorific-suffix')
nickname → const Autofill

Nickname, screen name.

const Autofill('nickname')
username → const Autofill

A username.

const Autofill('username')
newPassword → const Autofill

A new password (e.g. when creating an account or changing a password).

const Autofill('new-password')
currentPassword → const Autofill

The current password for the account identified by the username field (e.g. when logging in).

const Autofill('current-password')
oneTimeCode → const Autofill

One-time code used for verifying user identity.

const Autofill('one-time-code')
organizationTitle → const Autofill

Job title (e.g. "Software Engineer", "Senior Vice President", "Deputy Managing Director").

const Autofill('organization-title')
organization → const Autofill

Company name corresponding to the person, address, or contact information in the other fields associated with this field.

const Autofill('organization')
streetAddress → const Autofill

Street address (multiple lines, newlines preserved).

const Autofill('street-address')
addressLine1 → const Autofill

Street address (one line per field, line 1).

const Autofill('address-line1')
addressLine2 → const Autofill

Street address (one line per field, line 2).

const Autofill('address-line2')
addressLine3 → const Autofill

Street address (one line per field, line 3).

const Autofill('address-line3')
addressLevel4 → const Autofill

The most fine-grained administrative level, in addresses with four administrative levels.

const Autofill('address-level4')
addressLevel3 → const Autofill

The third administrative level, in addresses with three or more administrative levels.

const Autofill('address-level3')
addressLevel2 → const Autofill

The second administrative level, in addresses with two or more administrative levels (typically city, town, or locality).

const Autofill('address-level2')
addressLevel1 → const Autofill

The broadest administrative level in the address (e.g. province, state, canton, or post town).

const Autofill('address-level1')
country → const Autofill

Country code.

const Autofill('country')
countryName → const Autofill

Country name.

const Autofill('country-name')
postalCode → const Autofill

Postal code, post code, ZIP code, CEDEX code.

const Autofill('postal-code')
ccName → const Autofill

Full name as given on the payment card.

const Autofill('cc-name')
ccGivenName → const Autofill

Given name as given on the payment card.

const Autofill('cc-given-name')
ccAdditionalName → const Autofill

Additional names given on the payment card.

const Autofill('cc-additional-name')
ccFamilyName → const Autofill

Family name given on the payment card.

const Autofill('cc-family-name')
ccNumber → const Autofill

Code identifying the payment card (e.g. the credit card number).

const Autofill('cc-number')
ccExp → const Autofill

Expiration date of the payment card.

const Autofill('cc-exp')
ccExpMonth → const Autofill

Month component of the expiration date of the payment card.

const Autofill('cc-exp-month')
ccExpYear → const Autofill

Year component of the expiration date of the payment card.

const Autofill('cc-exp-year')
ccCsc → const Autofill

Security code for the payment card (CSC, CVC, CVV, etc.).

const Autofill('cc-csc')
ccType → const Autofill

The payment card type.

const Autofill('cc-type')
transactionCurrency → const Autofill

The currency that the user would prefer the transaction to use.

const Autofill('transaction-currency')
transactionAmount → const Autofill

The amount that the user would like for the transaction.

const Autofill('transaction-amount')
language → const Autofill

Preferred language.

const Autofill('language')
bday → const Autofill

Birthday.

const Autofill('bday')
bdayDay → const Autofill

Day component of birthday.

const Autofill('bday-day')
bdayMonth → const Autofill

Month component of birthday.

const Autofill('bday-month')
bdayYear → const Autofill

Year component of birthday.

const Autofill('bday-year')
sex → const Autofill

Gender identity.

const Autofill('sex')
url → const Autofill

Home page or other web page corresponding to the company, person, address, or contact information.

const Autofill('url')
photo → const Autofill

Photograph, icon, or other image corresponding to the company, person, address, or contact information.

const Autofill('photo')
tel → const Autofill

Full telephone number, including country code.

const Autofill('tel')
telCountryCode → const Autofill

Telephone country code.

const Autofill('tel-country-code')
telNational → const Autofill

Telephone number with country-internal prefix.

const Autofill('tel-national')
telAreaCode → const Autofill

Area code component of the telephone number, with a country-internal prefix applied if applicable.

const Autofill('tel-area-code')
telLocal → const Autofill

Telephone number without the country code and area code components.

const Autofill('tel-local')
telLocalPrefix → const Autofill

First part of the component of the telephone number that follows the area code, when that component is split into two components.

const Autofill('tel-local-prefix')
telLocalSuffix → const Autofill

Last part of the component of the telephone number that follows the area code, when that component is split into two components.

const Autofill('tel-local-suffix')
telExtension → const Autofill

Telephone number internal extension code.

const Autofill('tel-extension')
email → const Autofill

Email address.

const Autofill('email')
impp → const Autofill

URL representing an instant messaging protocol endpoint (for example, "aim:goim?screenname=example" or "xmpp:fred@example.net").

const Autofill('impp')
off → const Autofill

Autocomplete is disabled.

const Autofill('off')
on → const Autofill

Autocomplete is enabled.

const Autofill('on')

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
name → String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → String
The standard CSS value representing the autofill type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

values → const List<Autofill>
A constant List of the values in this enum, in order of their declaration.