ResponseData.fromJson(Map<String, dynamic> json) { id = json['id']; output = json['output']; status = json['status']; }