BirthdayType enum Null safety
생일의 양력/음력
Constants
- lunar → const BirthdayType
-
@JsonValue("LUNAR")
const BirthdayType(1)
- solar → const BirthdayType
-
@JsonValue("SOLAR")
const BirthdayType(0)
- unknown → const BirthdayType
-
const BirthdayType(2)
-
values
→ const List<
BirthdayType> -
A constant List of the values in this enum, in order of their declaration.
const List<
BirthdayType>
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