HandBone constructor

const HandBone(
  1. HandJoint parent,
  2. HandJoint child
)

Implementation

const HandBone(this.parent, this.child);