FeedData constructor
FeedData(- {int? id,
- String? businessName,
- String? businessAddress,
- String? city,
- String? state,
- String? country,
- String? latitude,
- String? longitude,
- String? postalCode,
- String? businessDescription,
- String? businessImage,
- List<BusinessType>? businessType,
- String? status,
- String? musicTypeDisplay,
- List<MusicAffinityModel>? musicTypeList,
- List<String>? tags,
- List<GalleryAttachmentArray>? galleryAttachmentArray,
- int? userId,
- int? businessId,
- String? review,
- String? description,
- String? impressedBy,
- String? createdAt,
- double? rating,
- List<GalleryAttachmentArray>? reviewAttachment,
- String? captions,
- List<GalleryAttachmentArray>? attachment}
)
Implementation
FeedData({
this.id,
this.businessName,
this.businessAddress,
this.city,
this.state,
this.country,
this.latitude,
this.longitude,
this.postalCode,
this.businessDescription,
this.businessImage,
this.businessType,
this.status,
this.musicTypeDisplay,
this.musicTypeList,
this.tags,
this.galleryAttachmentArray,
this.userId,
this.businessId,
this.review,
this.description,
this.impressedBy,
this.createdAt,
this.rating,
this.reviewAttachment,
this.captions,
this.attachment,
});