location property
The soucre location name (e.g. file name).
Implementation
@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set location($core.String value) => $_setString(0, value);
The soucre location name (e.g. file name).
@$pb.TagNumber(1)
$core.String get location => $_getSZ(0);
@$pb.TagNumber(1)
set location($core.String value) => $_setString(0, value);