fileName property

  1. @TagNumber(1)
String fileName

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);
  1. @TagNumber(1)
void fileName=(String v)

Implementation

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