KaiselFlowSnapshot constructor
const
KaiselFlowSnapshot({
- required int depth,
- required String type,
- String? resultType,
- required KaiselStackSnapshot stack,
Create a flow snapshot.
Implementation
const KaiselFlowSnapshot({
required this.depth,
required this.type,
this.resultType,
required this.stack,
});