PiiEntityType enum
- Inheritance
- Available extensions
Values
- bankAccountNumber → const PiiEntityType
- bankRouting → const PiiEntityType
- creditDebitNumber → const PiiEntityType
- creditDebitCvv → const PiiEntityType
- creditDebitExpiry → const PiiEntityType
- pin → const PiiEntityType
- email → const PiiEntityType
- address → const PiiEntityType
- name → const PiiEntityType
- phone → const PiiEntityType
- ssn → const PiiEntityType
- dateTime → const PiiEntityType
- passportNumber → const PiiEntityType
- driverId → const PiiEntityType
- url → const PiiEntityType
- age → const PiiEntityType
- username → const PiiEntityType
- password → const PiiEntityType
- awsAccessKey → const PiiEntityType
- awsSecretKey → const PiiEntityType
- ipAddress → const PiiEntityType
- macAddress → const PiiEntityType
- all → const PiiEntityType
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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on PiiEntityType, provided by the PiiEntityTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PiiEntityType> - A constant List of the values in this enum, in order of their declaration.