ListingData constructor
ListingData(- {num? id,
- int? businessChatId,
- num? userId,
- String? name,
- bool? hideLocation,
- String? address,
- String? city,
- String? state,
- String? country,
- String? latitude,
- String? longitude,
- String? postalCode,
- String? description,
- String? businessImage,
- String? priceRange,
- List<BusinessType>? businessType,
- List<Features>? features,
- num? isFavourite,
- List<FeaturesId>? featuresId,
- String? contactNumber,
- String? email,
- String? webpageUrl,
- SocialMediaUrl? socialMediaUrl,
- dynamic userType,
- List<String>? tags,
- String? status,
- num? isOpen,
- String? distance,
- num? isFeatured,
- dynamic bestOffer,
- dynamic discount,
- int? totalRating,
- String? avgRating,
- List<ReviewData>? rating,
- String? musicTypeDisplay,
- List<MusicTypeList>? musicTypeList,
- WorkingHourModel? workingHour,
- List<GalleryAttachmentList>? galleryAttachmentList,
- int? totalLikes,
- bool? canClaimed}
)
Implementation
ListingData({
this.id,
this.businessChatId,
this.userId,
this.name,
this.hideLocation,
this.address,
this.city,
this.state,
this.country,
this.latitude,
this.longitude,
this.postalCode,
this.description,
this.businessImage,
this.priceRange,
this.businessType,
this.features,
this.isFavourite,
this.featuresId,
this.contactNumber,
this.email,
this.webpageUrl,
this.socialMediaUrl,
this.userType,
this.tags,
this.status,
this.isOpen,
this.distance,
this.isFeatured,
this.bestOffer,
this.discount,
this.totalRating,
this.avgRating,
this.rating,
this.musicTypeDisplay,
this.musicTypeList,
this.workingHour,
this.galleryAttachmentList,
this.totalLikes,
this.canClaimed,
});