filePath property

  1. @TagNumber.new(1)
String get filePath

The file name of the configuration file (full or relative path).

Implementation

@$pb.TagNumber(1)
$core.String get filePath => $_getSZ(0);
  1. @TagNumber.new(1)
set filePath (String value)

Implementation

@$pb.TagNumber(1)
set filePath($core.String value) => $_setString(0, value);