HandymanReview class

Constructors

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})
HandymanReview.fromJson(Map<String, dynamic> json)

Properties

bookingId int?
getter/setter pair
createdAt String?
getter/setter pair
customerId int?
getter/setter pair
customerName String?
getter/setter pair
customerProfileImage String?
getter/setter pair
handymanId int?
getter/setter pair
handymanName String?
getter/setter pair
handymanProfileImage String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
rating num?
getter/setter pair
review String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited