fromJSON method
Implementation
@override
fromJSON(json) {
super.fromJSON(json);
currentPoint.fromArray(json.currentPoint);
return this;
}
@override
fromJSON(json) {
super.fromJSON(json);
currentPoint.fromArray(json.currentPoint);
return this;
}