toJson method
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,
};