ReviewEvent class

Timeline Reviewed Event

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ReviewEvent({int id = 0, String? nodeId, String? url, User? actor, String event = 'reviewed', String? commitId, String? commitUrl, DateTime? createdAt, GitHubApp? performedViaGithubApp, String? authorAssociation, String? body, String? bodyHtml, String? bodyText, String? htmlUrl, ReviewLinks? links, String? pullRequestUrl, String? state, DateTime? submittedAt, User? user})
ReviewEvent.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?
The text of the review.
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?
Example: https://github.com/octocat/Hello-World/pull/12#pullrequestreview-80
getter/setter pair
id int
getter/setter pairinherited
getter/setter pair
nodeId String?
getter/setter pairinherited
performedViaGithubApp GitHubApp?
getter/setter pairinherited
pullRequestUrl String?
Example: https://api.github.com/repos/octocat/Hello-World/pulls/12
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Example: CHANGES_REQUESTED
getter/setter pair
submittedAt 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