$SourceContext.fromJson constructor

$SourceContext.fromJson(
  1. Map json_
)

Implementation

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