AgeRange enum

연령대 (한국 나이)

Inheritance

Constructors

AgeRange()
const

Values

age_0_9 → const AgeRange
age_10_14 → const AgeRange
age_15_19 → const AgeRange
age_20_29 → const AgeRange
age_30_39 → const AgeRange
age_40_49 → const AgeRange
age_50_59 → const AgeRange
age_60_69 → const AgeRange
age_70_79 → const AgeRange
age_80_89 → const AgeRange
age_90above → const AgeRange
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.