UAType enum

Inheritance

Constructors

UAType(int value)
const

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

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 Methods

getByValue(int value) UAType?

Constants

values → const List<UAType>
A constant List of the values in this enum, in order of their declaration.