FeedData class

Constructors

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})
FeedData.fromMap(Map<String, dynamic> json)
factory

Properties

attachment List<GalleryAttachmentArray>?
getter/setter pair
businessAddress String?
getter/setter pair
businessDescription String?
getter/setter pair
businessId int?
getter/setter pair
businessImage String?
getter/setter pair
businessName String?
getter/setter pair
businessType List<BusinessType>?
getter/setter pair
captions String?
getter/setter pair
city String?
getter/setter pair
country String?
getter/setter pair
createdAt String?
getter/setter pair
description String?
getter/setter pair
galleryAttachmentArray List<GalleryAttachmentArray>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
impressedBy String?
getter/setter pair
latitude String?
getter/setter pair
longitude String?
getter/setter pair
musicTypeDisplay String?
getter/setter pair
musicTypeList List<MusicAffinityModel>?
getter/setter pair
postalCode String?
getter/setter pair
rating double?
getter/setter pair
review String?
getter/setter pair
reviewAttachment List<GalleryAttachmentArray>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
status String?
getter/setter pair
tags List<String>?
getter/setter pair
userId int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited