BlogList class
Constructors
-
BlogList({ShareUrl? shareUrl, num? id, String? projectId, String? pageId, String? slug, String? image, String? imageFull, String? bannerTitle, String? title, String? description, String? seoTitle, String? seoDescription, String? seoKeywords, String? seoImage, String? seoImageFull, String? tagsArray, String? tagsCommaseparted, num? publishedTime, String? publishedDate, num? createdAtTime, String? dateFormat, String? dateTime, String? updatedAt, num? updatedAtTime, num? isActive, String? masterUserId})
-
-
BlogList.fromJson(dynamic json)
-
Methods
-
copyWith({ShareUrl? shareUrl, num? id, String? projectId, String? pageId, String? slug, String? image, String? imageFull, String? bannerTitle, String? title, String? description, String? seoTitle, String? seoDescription, String? seoKeywords, String? seoImage, String? seoImageFull, String? tagsArray, String? tagsCommaseparted, num? publishedTime, String? publishedDate, num? createdAtTime, String? dateFormat, String? dateTime, String? updatedAt, num? updatedAtTime, num? isActive, String? masterUserId})
→ BlogList
-
-
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