Parse from a json
factory VectorPathCommandLine.fromJson(Map<String, dynamic> json) => VectorPathCommandLine( endPoint: Point.fromJson(json['end_point']), );