Proto2FileDescriptorProto constructor

Proto2FileDescriptorProto({
  1. String? editionDeprecated,
  2. List<Proto2EnumDescriptorProto>? enumType,
  3. List<Proto2DescriptorProto>? messageType,
  4. String? name,
  5. String? package,
  6. String? syntax,
})

Implementation

Proto2FileDescriptorProto({
  this.editionDeprecated,
  this.enumType,
  this.messageType,
  this.name,
  this.package,
  this.syntax,
});