file property
Optional. Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.
Implementation
@$pb.TagNumber(1)
$core.String get file => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set file($core.String value) => $_setString(0, value);