AgeRange enum

Age range in Account.

Constants

EIGHTEES → const AgeRange
@JsonValue('80~89')
const AgeRange(7)
FIFTIES → const AgeRange
@JsonValue('50~59')
const AgeRange(4)
FORTIES → const AgeRange
@JsonValue('40~49')
const AgeRange(3)
NINTIES_AND_ABOVE → const AgeRange
@JsonValue('90~')
const AgeRange(8)
SEVENTIES → const AgeRange
@JsonValue('70~79')
const AgeRange(6)
SIXTIES → const AgeRange
@JsonValue('60~69')
const AgeRange(5)
TEEN → const AgeRange
@JsonValue('15~19')
const AgeRange(0)
THIRTIES → const AgeRange
@JsonValue('30~39')
const AgeRange(2)
TWENTIES → const AgeRange
@JsonValue('20~29')
const AgeRange(1)
UNKNOWN → const AgeRange
const AgeRange(9)
values → const List<AgeRange>

A constant List of the values in this enum, in order of their declaration.

const List<AgeRange>

Properties

index → int

The integer index of this enum.

final
hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator.
inherited