IssuePullRequest constructor

IssuePullRequest({
  1. String? htmlUrl,
  2. String? diffUrl,
  3. String? patchUrl,
})

Implementation

IssuePullRequest({this.htmlUrl, this.diffUrl, this.patchUrl});