EntityType enum

Inheritance

Constructors

EntityType()
const

Values

address → const EntityType

Identifies a physical address - 1.

datetime → const EntityType

Identifies a time reference that includes a specific time - 2.

email → const EntityType

Identifies an email address - 3.

flight → const EntityType

Identifies a flight number in IATA format - 4.

iban → const EntityType

Identifies an International Bank Account Number(IBAN) - 5.

isbn → const EntityType

Identifies an International Standard Book Number(ISBN) - 6.

payment_card → const EntityType

Identifies a payment card - 7.

phone → const EntityType

Identifies a phone number - 8.

tracking_number → const EntityType

Identifies a tracking number - 9.

url → const EntityType

Identifies a url - 10.

money → const EntityType

Identifies an amount of money - 11.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<EntityType>
A constant List of the values in this enum, in order of their declaration.