FooterCommentModel class

Constructors

FooterCommentModel({String? id, String? status, String? title, String? blogPostId, String? pageId, String? parentCommentId, Version? version, BodySingle? body, CommentLinks? links})
FooterCommentModel.fromJson(Map<String, Object?> json)
factory

Properties

blogPostId String?
ID of the blog post containing the comment if the comment is on a blog post.
final
body BodySingle?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
ID of the comment.
final
final
pageId String?
ID of the page containing the comment if the comment is on a page.
final
parentCommentId String?
ID of the parent comment if the comment is a reply.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
title String?
Title of the comment.
final
version Version?
final

Methods

copyWith({String? id, String? status, String? title, String? blogPostId, String? pageId, String? parentCommentId, Version? version, BodySingle? body, CommentLinks? links}) FooterCommentModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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