ListingListData constructor

ListingListData(
  1. {int? id,
  2. String? name,
  3. bool? hideLocation,
  4. String? businessImage,
  5. String? address,
  6. String? city,
  7. String? state,
  8. String? country,
  9. String? latitude,
  10. String? longitude,
  11. String? postalCode,
  12. String? description,
  13. String? priceRange,
  14. List<PlaceDescribeModel>? features,
  15. String? contactNumber,
  16. String? email,
  17. String? webpageUrl,
  18. SocialMediaUrl? socialMediaUrl,
  19. String? userType,
  20. String? status,
  21. String? distance,
  22. int? isOpen,
  23. num? isFavourite,
  24. dynamic isFeatured,
  25. String? discount,
  26. int? totalRating,
  27. String? avgRating,
  28. List<Rating>? rating,
  29. List<BusinessType>? businessTypeList,
  30. String? musicTypeDisplay,
  31. List<MusicAffinityModel>? musicTypeList,
  32. WorkingHourModel? workingHour,
  33. List<String>? tags,
  34. List<GalleryAttachmentArray>? galleryAttachmentArray,
  35. String? updatedAt,
  36. String? createdAt,
  37. int? totalCount,
  38. bool? canClaimed}
)

Implementation

ListingListData({this.id,
  this.name,
  this.hideLocation,
  this.businessImage,
  this.address,
  this.city,
  this.state,
  this.country,
  this.latitude,
  this.longitude,
  this.postalCode,
  this.description,
  this.priceRange,
  this.features,
  this.contactNumber,
  this.email,
  this.webpageUrl,
  this.socialMediaUrl,
  this.userType,
  this.status,
  this.distance,
  this.isOpen,
  this.isFavourite,
  this.isFeatured,
  this.discount,
  this.totalRating,
  this.avgRating,
  this.rating,
  this.businessTypeList,
  this.musicTypeDisplay,
  this.musicTypeList,
  this.workingHour,
  this.tags,
  this.galleryAttachmentArray,
  this.updatedAt,
  this.createdAt,
  this.totalCount,
  this.canClaimed});