CardType enum Null safety
Constants
- americanExpress → const CardType
-
const CardType(3)
- discover → const CardType
-
const CardType(4)
- mastercard → const CardType
-
const CardType(1)
- otherBrand → const CardType
-
const CardType(0)
-
values
→ const List<
CardType> -
A constant List of the values in this enum, in order of their declaration.
const List<
CardType> - visa → const CardType
-
const CardType(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited