$DebugInfo constructor

$DebugInfo({
  1. String? formattedDebugInfo,
})

Implementation

$DebugInfo({
  this.formattedDebugInfo,
});