deprecatedFilePath property
@doc The path to the file.
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
$core.String get deprecatedFilePath => $_getSZ(0);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(1)
set deprecatedFilePath($core.String value) => $_setString(0, value);