SourceCodeInfo constructor
SourceCodeInfo({
- Iterable<
SourceCodeInfo_Location> ? location,
Implementation
factory SourceCodeInfo({
$core.Iterable<SourceCodeInfo_Location>? location,
}) {
final _result = create();
if (location != null) {
_result.location.addAll(location);
}
return _result;
}