toJson method

Json toJson()

Serializes these settings to a JSON map.

Implementation

Json toJson() => {
  "shoulder": shoulder,
  "elbow": elbow,
  "swivel": swivel,
  "pinch": pinch,
  "lift": lift,
  "rotate": rotate,
  "useIK": useIK,
  "ikIncrement": ikIncrement,
};