BodyPart enum

Inheritance

Constructors

BodyPart(int value)
const

Values

nose → const BodyPart
BodyPart(0)
leftEye → const BodyPart
BodyPart(1)
rightEye → const BodyPart
BodyPart(2)
leftEar → const BodyPart
BodyPart(3)
rightEar → const BodyPart
BodyPart(4)
leftShoulder → const BodyPart
BodyPart(5)
rightShoulder → const BodyPart
BodyPart(6)
leftElbow → const BodyPart
BodyPart(7)
rightElbow → const BodyPart
BodyPart(8)
leftWrist → const BodyPart
BodyPart(9)
rightWrist → const BodyPart
BodyPart(10)
leftHip → const BodyPart
BodyPart(11)
rightHip → const BodyPart
BodyPart(12)
leftKnee → const BodyPart
BodyPart(13)
rightKnee → const BodyPart
BodyPart(14)
leftAnkle → const BodyPart
BodyPart(15)
rightAnkle → const BodyPart
BodyPart(16)

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

Constants

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