KaiselBranchSnapshot constructor
const
KaiselBranchSnapshot({
- required int index,
- required bool built,
- required String routeType,
- required KaiselStackSnapshot stack,
Create a branch snapshot.
Implementation
const KaiselBranchSnapshot({
required this.index,
required this.built,
required this.routeType,
required this.stack,
});