location property
An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
Implementation
@$pb.TagNumber(4)
$core.String get location => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set location($core.String v) {
$_setString(3, v);
}