CardType enum
Values
- TWN_IDCard_Front → const CardType
- TWN_IDCard_Back → const CardType
- TWN_DriverLicense_Front → const CardType
- TWN_DriverLicense_Back → const CardType
- TWN_HealthCard_Front → const CardType
- Passport → const CardType
- Passport_NFC → const CardType
- TWN_ResidentCard_Front → const CardType
- TWN_ResidentCard_Back → const CardType
- JPN_IDCard_Front → const CardType
- JPN_IDCard_Back → const CardType
- JPN_IDCard_NFC → const CardType
- JPN_IDCard_Thickness → const CardType
- JPN_DriverLicense_Front → const CardType
- JPN_DriverLicense_Back → const CardType
- JPN_DriverLicense_NFC → const CardType
- JPN_DriverLicense_Thickness → const CardType
- JPN_ResidentCard_Front → const CardType
- JPN_ResidentCard_Back → const CardType
- JPN_ResidentCard_Thickness → const CardType
- JPN_ResidentCard_NFC → const CardType
- USA_IDCard_Front → const CardType
- USA_DriverLicense_Front → const CardType
- USA_VisitorVISA_Front → const CardType
- IDN_IDCard_Front → const CardType
- IDN_IDCard_Back → const CardType
- IDN_DriverLicense_Front → const CardType
- UnknownCard → const CardType
- IND_IDCard_Front → const CardType
- IND_IDCard_Back → const CardType
- IND_DriverLicense_Front → const CardType
- MYS_IDCard_Front → const CardType
- MYS_IDCard_Back → const CardType
- MYS_DriverLicense_Front → const CardType
- HKG_IDCard_Front → const CardType
- HKG_DriverLicense_Front → const CardType
- GBR_IDCard_Front → const CardType
- GBR_DriverLicense_Front → const CardType
- GBR_DriverLicense_Back → const CardType
- EGY_IDCard_Front → const CardType
- EGY_IDCard_Back → const CardType
- EGY_DriverLicense_Front → const CardType
- SAU_IDCard_Front → const CardType
- SAU_IDCard_Back → const CardType
- SAU_DriverLicense_Front → const CardType
- NLD_IDCard_Front → const CardType
- NLD_DriverLicense_Front → const CardType
- SGP_IDCard_Front → const CardType
- SGP_IDCard_Back → const CardType
- SGP_DriverLicense_Front → const CardType
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited