ReviewsData class

Constructors

ReviewsData({String id = "", int rating = 0, String text = "", required List<ImageData> images, String user = "", String serviceId = "", String serviceName = "", String providerId = "", String userName = "", String userAvatar = "", required DateTime time, bool delete = false, required DateTime timeModify})
ReviewsData.fromJson(String _id, Map<String, dynamic> data)
factory

Properties

delete bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
images List<ImageData>
getter/setter pair
providerId String
final
rating int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId String
final
serviceName String
final
text String
final
time DateTime
final
timeModify DateTime
final
user String
final
userAvatar String
final
userName String
final

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