AgeRange enum

KO: 연령대
EN: Age range

Inheritance

Values

age_0_9 → const AgeRange

KO: 0세~9세
EN: 0 to 9 years old

age_10_14 → const AgeRange

KO: 10세~14세
EN: 10 to 14 years old

age_15_19 → const AgeRange

KO: 15세~19세
EN: 15 to 19 years old

age_20_29 → const AgeRange

KO: 20세~29세
EN: 20 to 29 years old

age_30_39 → const AgeRange

KO: 30세~39세
EN: 30 to 39 years old

age_40_49 → const AgeRange

KO: 40세~49세
EN: 40 to 49 years old

age_50_59 → const AgeRange

KO: 50세~59세
EN: 50 to 59 years old

age_60_69 → const AgeRange

KO: 60세~69세
EN: 60 to 69 years old

age_70_79 → const AgeRange

KO: 70세~79세
EN: 70 to 79 years old

age_80_89 → const AgeRange

KO: 80세~89세
EN: 80 to 89 years old

age_90above → const AgeRange

KO: 90세 이상
EN: Over 90 years old

unknown → const AgeRange

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