Installments enum

Inheritance
Available extensions

Values

month_0 → const Installments
const Installments(value: 0)
month_1 → const Installments
const Installments(value: 1)
month_2 → const Installments
const Installments(value: 2)
month_3 → const Installments
const Installments(value: 3)
month_6 → const Installments
const Installments(value: 6)
month_9 → const Installments
const Installments(value: 9)
month_12 → const Installments
const Installments(value: 12)
month_15 → const Installments
const Installments(value: 15)
month_18 → const Installments
const Installments(value: 18)
month_24 → const Installments
const Installments(value: 24)
month_30 → const Installments
const Installments(value: 30)
month_36 → const Installments
const Installments(value: 36)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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