GitHubReview class

Constructors

GitHubReview({required GitHubUser user, int? id, String? body, String? commitId, GitHubReviewState? state})
GitHubReview.fromJson(Map<String, dynamic> json)
factory

Properties

body String?
If there is a review, the body of the review
final
commitId String?
If there is a review, the commit ID this review was made on
final
hashCode int
The hash code for this object.
no setterinherited
id int?
If there is a review, this provides the ID for it
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state GitHubReviewState?
The state of the review
final
user GitHubUser
The user requested to review, or the user who has completed the review
final

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