GitHubError constructor

const GitHubError(
  1. GitHub github,
  2. String? message, {
  3. String? apiUrl,
  4. Object? source,
})

Implementation

const GitHubError(this.github, this.message, {this.apiUrl, this.source});