Copies the data from the given JSON object to this instance.
Curve fromJson(Map<String,dynamic> json) { arcLengthDivisions = json['arcLengthDivisions']; return this; }