addJoint method

void addJoint(
  1. Joint joint
)

Implementation

void addJoint(Joint joint) {
  _joints.add(joint);
}