MessageOptions constructor
const
MessageOptions({
- bool? messageSetWireFormat,
- bool? noStandardDescriptorAccessor,
- bool? deprecated,
- bool? mapEntry,
- bool? deprecatedLegacyJsonFieldConflicts,
- FeatureSet? features,
- List<
UninterpretedOption> uninterpretedOption = const [],
Implementation
const MessageOptions({
this.messageSetWireFormat,
this.noStandardDescriptorAccessor,
this.deprecated,
this.mapEntry,
this.deprecatedLegacyJsonFieldConflicts,
this.features,
this.uninterpretedOption = const [],
});