GitBranch constructor
const
GitBranch({})
Implementation
const GitBranch({
required this.name,
this.isRemote = false,
this.isCurrent = false,
this.upstream,
this.ahead = 0,
this.behind = 0,
});
const GitBranch({
required this.name,
this.isRemote = false,
this.isCurrent = false,
this.upstream,
this.ahead = 0,
this.behind = 0,
});