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