fileName property
The path-qualified name of the .proto file that contained the associated
protobuf element. For example: "google/protobuf/source_context.proto"
.
Implementation
@$pb.TagNumber(1)
$core.String get fileName => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set fileName($core.String v) { $_setString(0, v); }