factory PredictionUrls.fromJson(Map<String, dynamic> json) { return PredictionUrls( get: json['get'], cancel: json['cancel'], ); }