fromJSON method

dynamic fromJSON(
  1. dynamic json
)

Implementation

fromJSON(json) {
  arcLengthDivisions = json.arcLengthDivisions;

  return this;
}