StackTraceId constructor
StackTraceId({
- required String id,
- UniqueDebuggerId? debuggerId,
Implementation
StackTraceId({required this.id, this.debuggerId});
StackTraceId({required this.id, this.debuggerId});