PoseData constructor

PoseData(
  1. String joint,
  2. double x,
  3. double y
)

Implementation

PoseData(this.joint,this.x,this.y);