HandymanReview constructor
HandymanReview(- {int? id,
- int? customerId,
- num? rating,
- String? review,
- int? serviceId,
- int? bookingId,
- int? handymanId,
- String? handymanName,
- String? handymanProfileImage,
- String? customerName,
- String? customerProfileImage,
- String? createdAt}
)
Implementation
HandymanReview({
this.id,
this.customerId,
this.rating,
this.review,
this.serviceId,
this.bookingId,
this.handymanId,
this.handymanName,
this.handymanProfileImage,
this.customerName,
this.customerProfileImage,
this.createdAt,
});