$SourceContext.fromJson constructor
$SourceContext.fromJson(
- Map json_
Implementation
$SourceContext.fromJson(core.Map json_)
: this(fileName: json_['fileName'] as core.String?);
$SourceContext.fromJson(core.Map json_)
: this(fileName: json_['fileName'] as core.String?);