AgeRange enum Null safety
연령대 (한국 나이)
Constants
- age_0_9 → const AgeRange
-
@JsonValue("0~9")
const AgeRange(0)
- age_10_14 → const AgeRange
-
@JsonValue("10~14")
const AgeRange(1)
- age_15_19 → const AgeRange
-
@JsonValue("15~19")
const AgeRange(2)
- age_20_29 → const AgeRange
-
@JsonValue("20~29")
const AgeRange(3)
- age_30_39 → const AgeRange
-
@JsonValue("30~39")
const AgeRange(4)
- age_40_49 → const AgeRange
-
@JsonValue("40~49")
const AgeRange(5)
- age_50_59 → const AgeRange
-
@JsonValue("50~59")
const AgeRange(6)
- age_60_69 → const AgeRange
-
@JsonValue("60~69")
const AgeRange(7)
- age_70_79 → const AgeRange
-
@JsonValue("70~79")
const AgeRange(8)
- age_80_89 → const AgeRange
-
@JsonValue("80~89")
const AgeRange(9)
- age_90above → const AgeRange
-
@JsonValue("90~")
const AgeRange(10)
- unknown → const AgeRange
-
const AgeRange(11)
-
values
→ const List<
AgeRange> -
A constant List of the values in this enum, in order of their declaration.
const List<
AgeRange>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited