| Index: lib/src/plugin.pb.dart
|
| diff --git a/lib/src/plugin.pb.dart b/lib/src/plugin.pb.dart
|
| index 06a3d7f2b9a6cb74262542027edd26da440fc75e..ff8596834a58e87ce0f38adbe00b7cda680cdedb 100644
|
| --- a/lib/src/plugin.pb.dart
|
| +++ b/lib/src/plugin.pb.dart
|
| @@ -1,10 +1,11 @@
|
| ///
|
| // Generated code. Do not modify.
|
| ///
|
| -library Plugin.pb;
|
| +library proto2.compiler;
|
|
|
| import 'dart:typed_data';
|
|
|
| +import 'package:fixnum/fixnum.dart';
|
| import 'package:protobuf/protobuf.dart';
|
| import 'descriptor.pb.dart';
|
|
|
| @@ -13,6 +14,7 @@ class CodeGeneratorRequest extends GeneratedMessage {
|
| ..p(1, 'fileToGenerate', GeneratedMessage.PS)
|
| ..a(2, 'parameter', GeneratedMessage.OS)
|
| ..m(15, 'protoFile', () => new FileDescriptorProto(), () => new PbList<FileDescriptorProto>())
|
| + ..hasRequiredFields = false
|
| ;
|
|
|
| CodeGeneratorRequest() : super();
|
|
|