CardType enum
A card issuer and type combination
Constants
- masterCard → const CardType
-
const CardType(3)
- masterCardSilver → const CardType
-
const CardType(4)
-
values
→ const List<
CardType> -
A constant List of the values in this enum, in order of their declaration.
const List<
CardType> - visaDebit → const CardType
-
const CardType(0)
- visaDebitSilver → const CardType
-
const CardType(1)
- visaDebitWhite → const CardType
-
const CardType(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited