UAType enum
- Inheritance
- Available extensions
Values
- none → const UAType
-
const UAType(0) - aeroplane → const UAType
-
const UAType(1) - helicopterOrMultirotor → const UAType
-
const UAType(2) - gyroplane → const UAType
-
const UAType(3) - hybridLift → const UAType
-
const UAType(4) - ornithopter → const UAType
-
const UAType(5) - glider → const UAType
-
const UAType(6) - kite → const UAType
-
const UAType(7) - freeBalloon → const UAType
-
const UAType(8) - captiveBalloon → const UAType
-
const UAType(9) - airship → const UAType
-
const UAType(10) - freeFallParachute → const UAType
-
const UAType(11) - rocket → const UAType
-
const UAType(12) - tetheredPoweredAircraft → const UAType
-
const UAType(13) - groundObstacle → const UAType
-
const UAType(14) - other → const UAType
-
const UAType(15)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
- value → int
-
final
Methods
-
asString(
) → String? -
Available on UAType, provided by the UATypeConversion extension
-
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 Methods
-
getByValue(
int value) → UAType?