GitHubDSL class

Constructors

GitHubDSL({required GitHubIssue issue, required GitHubPRDSL pr, required GitHubAPIPR thisPR, required List<GitHubCommit> commits, required List<GitHubReview> reviews, required GitHubReviewers requestedReviewers})
GitHubDSL.fromJson(Map<String, dynamic> json)
factory

Properties

commits List<GitHubCommit>
The github commit metadata for a code review session
final
hashCode int
The hash code for this object.
no setterinherited
issue GitHubIssue
The issue metadata for a code review session
final
pr GitHubPRDSL
The PR metadata for a code review session
final
requestedReviewers GitHubReviewers
The people/teams requested to review this PR
final
reviews List<GitHubReview>
The reviews left on this pull request
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thisPR GitHubAPIPR
The PR metadata specifically formatted for using with the GitHub API client
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