Connection constructor

Connection({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. bool? disabled,
  5. String? etag,
  6. GitHubConfig? githubConfig,
  7. InstallationState? installationState,
  8. Map<String, String>? labels,
  9. String? name,
  10. bool? reconciling,
  11. String? uid,
  12. String? updateTime,
})

Implementation

Connection({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.disabled,
  this.etag,
  this.githubConfig,
  this.installationState,
  this.labels,
  this.name,
  this.reconciling,
  this.uid,
  this.updateTime,
});