ParsedStackTrace constructor
const
ParsedStackTrace({})
Implementation
const ParsedStackTrace({
required this.type,
required this.frames,
this.arch,
this.buildId,
this.droppedFrameCount = 0,
});
const ParsedStackTrace({
required this.type,
required this.frames,
this.arch,
this.buildId,
this.droppedFrameCount = 0,
});