fileName property
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);
Implementation
@$pb.TagNumber(1)
set fileName($core.String v) { $_setString(0, v); }