Proto2FileDescriptorProto constructor
Proto2FileDescriptorProto({
- String? editionDeprecated,
- List<
Proto2EnumDescriptorProto> ? enumType, - List<
Proto2DescriptorProto> ? messageType, - String? name,
- String? package,
- String? syntax,
Implementation
Proto2FileDescriptorProto({
this.editionDeprecated,
this.enumType,
this.messageType,
this.name,
this.package,
this.syntax,
});