GitRepoState constructor
const
GitRepoState({})
Implementation
const GitRepoState({
required this.commitHash,
required this.branchName,
required this.remoteUrl,
required this.isHeadOnRemote,
required this.isClean,
required this.worktreeCount,
});