Path.fromJson(Map<String,dynamic> json) : super.fromJson(json) { currentPoint.copyFromArray(json["currentPoint"]); }