BodyPart enum
Constructors
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
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