$DebugInfo.fromJson constructor

$DebugInfo.fromJson(
  1. Map json_
)

Implementation

$DebugInfo.fromJson(core.Map json_)
  : this(formattedDebugInfo: json_['formattedDebugInfo'] as core.String?);