menu
cx_flutter_plugin package
documentation
cx_stack_trace_parser.dart
ParsedStackTrace
ParsedStackTrace.new const constructor
ParsedStackTrace.new const constructor
dark_mode
light_mode
ParsedStackTrace
constructor
const
ParsedStackTrace
(
{
required
String
type
,
required
List
<
Map
<
String
,
dynamic
>
>
frames
,
String
?
arch
,
String
?
buildId
,
})
Implementation
const ParsedStackTrace({ required this.type, required this.frames, this.arch, this.buildId, });
cx_flutter_plugin package
documentation
cx_stack_trace_parser
ParsedStackTrace
ParsedStackTrace.new const constructor
ParsedStackTrace class