FooterCommentModel class

Constructors

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

Properties

blogPostId → dynamic
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 → dynamic
ID of the comment.
final
final
pageId → dynamic
ID of the page containing the comment if the comment is on a page.
final
parentCommentId → dynamic
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({dynamic id, String? status, String? title, dynamic blogPostId, dynamic pageId, dynamic 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