fromJSON method

Curve fromJSON(
  1. dynamic json
)

Implementation

Curve fromJSON(json) {
  arcLengthDivisions = json.arcLengthDivisions;
  return this;
}