ProServiceModel class

Constructors

ProServiceModel({int? id, String? serviceLabel, String? infosUrl, String? ticketImageUrl, String? ticketOptionalMessage, int? actualDistance, double? price, double? indicativePrice, String? currency, int? nextTime, int? averageTime, int? maxDelayCancel, PlaceModel? placeInfo, String? serviceInfos, String? serviceName, String? serviceThumbnail, int? visibleInOowoo, int? requiredPayment, int? requiredUserLocation, int? requiredConfirmation, int? serviceId, String? utcModifier, required List<SubCatModel> subCats, ProsModel? proInfo})
ProServiceModel.fromJson(Map<String, dynamic> json)

Properties

actualDistance int?
getter/setter pair
averageTime int?
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
indicativePrice double?
getter/setter pair
infosUrl String?
getter/setter pair
isQueue bool
no setter
isRequireAddress bool
no setter
isRequirePayment bool
no setter
isSoldOut bool
no setter
maxDelayCancel int?
getter/setter pair
nextTime int?
getter/setter pair
placeInfo PlaceModel?
getter/setter pair
price double?
getter/setter pair
proInfo ProsModel?
getter/setter pair
requiredConfirmation int?
getter/setter pair
requiredPayment int?
getter/setter pair
requiredUserLocation 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
serviceThumbnail String?
getter/setter pair
serviceTypeId int?
getter/setter pair
subCats List<SubCatModel>
getter/setter pair
ticketImageUrl String?
getter/setter pair
ticketOptionalMessage String?
getter/setter pair
utcModifier String?
getter/setter pair
visibleInOowoo 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