$DebugInfo.fromJson constructor
$DebugInfo.fromJson(
- Map json_
Implementation
$DebugInfo.fromJson(core.Map json_)
: this(
formattedDebugInfo: json_.containsKey('formattedDebugInfo')
? json_['formattedDebugInfo'] as core.String
: null,
);