KaiselStackSnapshot constructor
const
KaiselStackSnapshot({
- required int depth,
- required bool canPop,
- required List<
KaiselEntrySnapshot> entries,
Create a stack snapshot.
Implementation
const KaiselStackSnapshot({
required this.depth,
required this.canPop,
required this.entries,
});