AgeRange enum

연령대 (한국 나이)

Inheritance
  • Object
  • Enum
  • AgeRange

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.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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.
[age_0_9, age_10_14, age_15_19, age_20_29, age_30_39, age_40_49, age_50_59, age_60_69, age_70_79, age_80_89, age_90above, unknown]