CardBrand enum

Inheritance

Constructors

CardBrand()
const

Values

none → const CardBrand
VISA → const CardBrand
VISA_DEBIT → const CardBrand
ELECTRON → const CardBrand
MASTERCARD → const CardBrand
DEBIT_MASTERCARD → const CardBrand
MAESTRO → const CardBrand
LASER → const CardBrand
AMEX → const CardBrand
DINERS → const CardBrand
JCB → const CardBrand
DISCOVER → const CardBrand
CUP_SECUREPAY → const CardBrand

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