GithubBranchModel constructor
const
GithubBranchModel({
- String? name,
- @jsonParam GithubCommitModel? commit,
- @refParam GithubBranchModelRef? baseRef,
- @Default.new(false) bool fromServer,
Model for managing Github branches.
Githubのブランチを管理するためのモデル。
Implementation
const factory GithubBranchModel({
String? name,
@jsonParam GithubCommitModel? commit,
@refParam GithubBranchModelRef baseRef,
@Default(false) bool fromServer,
}) = _GithubBranchModel;