GithubPullRequestHeadValue constructor
const
GithubPullRequestHeadValue({
- String? label,
- String? ref,
- String? sha,
- @refParam GithubUserModelRef? user,
- @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;