fromJSON method
Curve
fromJSON(
- dynamic json
inherited
Implementation
Curve fromJSON(json) {
arcLengthDivisions = json.arcLengthDivisions;
return this;
}
Curve fromJSON(json) {
arcLengthDivisions = json.arcLengthDivisions;
return this;
}