fileName property

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

The name of the generated file. The default is manifest with the extension suffix corresponding to the Manifest.type.

Implementation

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

Implementation

@$pb.TagNumber(1)
set fileName($core.String v) { $_setString(0, v); }