file property

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

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);
  1. @TagNumber.new(1)
set file (String value)

Implementation

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