MessageOptions constructor

const MessageOptions({
  1. bool? messageSetWireFormat,
  2. bool? noStandardDescriptorAccessor,
  3. bool? deprecated,
  4. bool? mapEntry,
  5. bool? deprecatedLegacyJsonFieldConflicts,
  6. FeatureSet? features,
  7. List<UninterpretedOption> uninterpretedOption = const [],
})

Implementation

const MessageOptions({
  this.messageSetWireFormat,
  this.noStandardDescriptorAccessor,
  this.deprecated,
  this.mapEntry,
  this.deprecatedLegacyJsonFieldConflicts,
  this.features,
  this.uninterpretedOption = const [],
});