AtomicGender enum
Values
- male → const AtomicGender
- female → const AtomicGender
- nonBinary → const AtomicGender
- preferNotToSay → const AtomicGender
- other → const AtomicGender
Properties
- apiValue → String
-
no setter
-
commonPronouns
→ List<
String> -
no setter
- displayText → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconName → String
-
no setter
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isFemale → bool
-
no setter
- isMale → bool
-
no setter
- isNonBinary → bool
-
no setter
- isOther → bool
-
no setter
- isPreferNotToSay → bool
-
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortText → String
-
no setter
- value → String
-
no setter
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
Static Properties
-
basicOptions
→ List<
AtomicGender> -
no setter
-
formOptions
→ List<
AtomicGender> -
no setter
-
inclusiveOptions
→ List<
AtomicGender> -
no setter
Static Methods
-
fromApiValue(
String value) → AtomicGender -
fromString(
String value) → AtomicGender
Constants
-
values
→ const List<
AtomicGender> - A constant List of the values in this enum, in order of their declaration.