ServicesAroundMeModel class

Constructors

ServicesAroundMeModel({int? proId, String? proDisplayName, String? proThumbnail, String? proUniqueId, int? rating, String? firebaseId, int? allowChat, int? serviceId, String? serviceLabel, String? serviceInfos, String? thumbnailService, int? serviceTypeId, String? serviceName, double? lat, double? lng, int? actualDistance, List<Subcat>? subcat})
ServicesAroundMeModel.fromJson(Map<String, dynamic> json)

Properties

actualDistance int?
getter/setter pair
allowChat int?
getter/setter pair
firebaseId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lat double?
getter/setter pair
lng double?
getter/setter pair
marketClickCount int
getter/setter pair
proDisplayName String?
getter/setter pair
proId int?
getter/setter pair
proThumbnail String?
getter/setter pair
proUniqueId String?
getter/setter pair
rating int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceId int?
getter/setter pair
serviceInfos String?
getter/setter pair
serviceLabel String?
getter/setter pair
serviceName String?
getter/setter pair
serviceTypeId int?
getter/setter pair
subcat List<Subcat>?
getter/setter pair
thumbnailService String?
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