KaiselShellSnapshot constructor
const
KaiselShellSnapshot({
- required String type,
- required int activeBranch,
- required int branchCount,
- required List<
KaiselBranchSnapshot> branches,
Create a shell snapshot.
Implementation
const KaiselShellSnapshot({
required this.type,
required this.activeBranch,
required this.branchCount,
required this.branches,
});