ReviewData constructor
ReviewData(- {int? id,
- String? businessImage,
- String? businessName,
- String? businessAddress,
- int? businessId,
- int? userId,
- String? title,
- String? description,
- String? status,
- String? hasMedia,
- String? uploadOnFeed,
- String? impressedBy,
- double? rating,
- UserData? user,
- List<GalleryAttachmentArray>? reviewAttachment}
)
Implementation
ReviewData({
this.id,
this.businessImage,
this.businessName,
this.businessAddress,
this.businessId,
this.userId,
this.title,
this.description,
this.status,
this.hasMedia,
this.uploadOnFeed,
this.impressedBy,
this.rating,
this.user,
this.reviewAttachment,
});