FeedData class
Constructors
-
FeedData({String? id, String? title, String? description, String? type, String? publishedDate, String? publishedDateFormat, String? publishedDateFormatTime, String? media, String? image, String? thumbImage, String? isActive, String? masterUserId, String? createdAt, String? createdTime, String? updatedAt, String? updatedTime})
-
-
FeedData.fromJson(dynamic json)
-
Methods
-
copyWith({String? id, String? title, String? description, String? type, String? publishedDate, String? publishedDateFormat, String? publishedDateFormatTime, String? media, String? image, String? thumbImage, String? isActive, String? masterUserId, String? createdAt, String? createdTime, String? updatedAt, String? updatedTime})
→ FeedData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited