filePath property
The file name of the configuration file (full or relative path).
Implementation
@$pb.TagNumber(1)
$core.String get filePath => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set filePath($core.String value) => $_setString(0, value);