Copies the data from the given JSON object to this instance.
@override Path fromJson(Map<String,dynamic> json) { super.fromJson(json); currentPoint.copyFromArray(json['currentPoint']); return this; }