Comment class

Constructors

Comment({CommentAuthor? author, CommentBlog? blog, String? content, String? id, CommentInReplyTo? inReplyTo, String? kind, CommentPost? post, String? published, String? selfLink, String? status, String? updated})
Comment.fromJson(Map json_)

Properties

author CommentAuthor?
The author of this Comment.
getter/setter pair
blog CommentBlog?
Data about the blog containing this comment.
getter/setter pair
content String?
The actual content of the comment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier for this resource.
getter/setter pair
inReplyTo CommentInReplyTo?
Data about the comment this is in reply to.
getter/setter pair
kind String?
The kind of this entry.
getter/setter pair
post CommentPost?
Data about the post containing this comment.
getter/setter pair
published String?
RFC 3339 date-time when this comment was published.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
The API REST URL to fetch this resource from.
getter/setter pair
status String?
The status of the comment (only populated for admin users). Possible string values are:
getter/setter pair
updated String?
RFC 3339 date-time when this comment was last updated.
getter/setter pair

Methods

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

Operators

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