PreservedGitState constructor
const
PreservedGitState({})
Implementation
const PreservedGitState({
required this.remoteBaseSha,
required this.remoteBase,
required this.patch,
required this.untrackedFiles,
required this.formatPatch,
required this.headSha,
required this.branchName,
});