ListingListData constructor
ListingListData(- {int? id,
- String? name,
- bool? hideLocation,
- String? businessImage,
- String? address,
- String? city,
- String? state,
- String? country,
- String? latitude,
- String? longitude,
- String? postalCode,
- String? description,
- String? priceRange,
- List<PlaceDescribeModel>? features,
- String? contactNumber,
- String? email,
- String? webpageUrl,
- SocialMediaUrl? socialMediaUrl,
- String? userType,
- String? status,
- String? distance,
- int? isOpen,
- num? isFavourite,
- dynamic isFeatured,
- String? discount,
- int? totalRating,
- String? avgRating,
- List<Rating>? rating,
- List<BusinessType>? businessTypeList,
- String? musicTypeDisplay,
- List<MusicAffinityModel>? musicTypeList,
- WorkingHourModel? workingHour,
- List<String>? tags,
- List<GalleryAttachmentArray>? galleryAttachmentArray,
- String? updatedAt,
- String? createdAt,
- int? totalCount,
- 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});