fileToGenerate property

  1. @TagNumber(1)
List<String> get fileToGenerate

The .proto files that were explicitly listed on the command-line. The code generator should generate code only for these files. Each file's descriptor will be included in proto_file, below.

Implementation

@$pb.TagNumber(1)
$core.List<$core.String> get fileToGenerate => $_getList(0);