CommentEvent class

Timeline Comment Event

Inheritance
Annotations
  • @JsonSerializable()

Constructors

CommentEvent({int id = 0, String? nodeId, String? url, User? actor, String event = 'commented', String? commitId, String? commitUrl, DateTime? createdAt, GitHubApp? performedViaGithubApp, String? authorAssociation, String? body, String? bodyHtml, String? bodyText, String? htmlUrl, String? issueUrl, ReactionRollup? reactions, DateTime? updatedAt, User? user})
CommentEvent.fromJson(Map<String, dynamic> input)
factory

Properties

actor User?
getter/setter pairinherited
authorAssociation String?
How the author is associated with the repository.
getter/setter pair
body String?
Contents of the issue comment
getter/setter pair
bodyHtml String?
getter/setter pair
bodyText String?
getter/setter pair
commitId String?
getter/setter pairinherited
commitUrl String?
getter/setter pairinherited
createdAt DateTime?
getter/setter pairinherited
event String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
htmlUrl String?
getter/setter pair
id int
getter/setter pairinherited
issueUrl String?
getter/setter pair
nodeId String?
getter/setter pairinherited
performedViaGithubApp GitHubApp?
getter/setter pairinherited
reactions ReactionRollup?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
getter/setter pair
url String?
getter/setter pairinherited
user User?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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