ServicesAroundMeModel constructor

ServicesAroundMeModel({
  1. dynamic proId,
  2. String? proDisplayName,
  3. String? proThumbnail,
  4. String? proUniqueId,
  5. dynamic rating,
  6. String? firebaseId,
  7. dynamic allowChat,
  8. dynamic serviceId,
  9. String? serviceLabel,
  10. String? serviceInfos,
  11. String? thumbnailService,
  12. dynamic serviceTypeId,
  13. String? serviceName,
  14. double? lat,
  15. double? lng,
  16. dynamic actualDistance,
  17. List<Subcat>? subcat,
})

Implementation

ServicesAroundMeModel(
    {this.proId,
    this.proDisplayName,
    this.proThumbnail,
    this.proUniqueId,
    this.rating,
    this.firebaseId,
    this.allowChat,
    this.serviceId,
    this.serviceLabel,
    this.serviceInfos,
    this.thumbnailService,
    this.serviceTypeId,
    this.serviceName,
    this.lat,
    this.lng,
    this.actualDistance,
    this.subcat});