StackTraceId constructor

StackTraceId({
  1. required String id,
  2. UniqueDebuggerId? debuggerId,
})

Implementation

StackTraceId({required this.id, this.debuggerId});