CardProgram enum
Different DNB memberships available
Constants
- privateBanking → const CardProgram
-
const CardProgram(3)
- privateBankingVisaPlatinum → const CardProgram
-
const CardProgram(4)
- sagaGold → const CardProgram
-
const CardProgram(0)
- sagaPlatinum → const CardProgram
-
const CardProgram(1)
- sagaVisaPlatinum → const CardProgram
-
const CardProgram(2)
-
values
→ const List<
CardProgram> -
A constant List of the values in this enum, in order of their declaration.
const List<
CardProgram>
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