GithubPullRequestHeadValue constructor

const GithubPullRequestHeadValue({
  1. String? label,
  2. String? ref,
  3. String? sha,
  4. @refParam GithubUserModelRef? user,
  5. @refParam GithubRepositoryModelRef? repo,
})

Model for managing Github pull request heads.

GithubのPull Requestヘッダーを管理するためのモデル。

Implementation

const factory GithubPullRequestHeadValue({
  String? label,
  String? ref,
  String? sha,
  @refParam GithubUserModelRef? user,
  @refParam GithubRepositoryModelRef? repo,
}) = _GithubPullRequestHeadValue;