CardType enum

Card class

This library statically identifies card types to prevent your app from working with new unexpected ones

Inheritance

Constructors

CardType()
const

Values

black → const CardType

Classic black card, including in foreign currencies

white → const CardType

Debit white card

platinum → const CardType

Monobank platinum card

Can have 3 colors, but there's no option to identify it

iron → const CardType

Card of IRON BANK

yellow → const CardType

Children card

Can have black design but still be identified as yellow one

fop → const CardType

FOP

Account of an individual entrepreneur

eAid → const CardType

"єПідтримка" card

Account for aid money from the Ukrainian government

rebuilding → const CardType

"єВідновлення" card

Account for war time aid money from the Ukrainian government

other → const CardType

Unknown card

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CardType>
A constant List of the values in this enum, in order of their declaration.