FieldOptions constructor

const FieldOptions({
  1. FieldOptionsCType? ctype,
  2. bool? packed,
  3. FieldOptionsJSType? jstype,
  4. bool? lazy,
  5. bool? unverifiedLazy,
  6. bool? deprecated,
  7. bool? weak,
  8. bool? debugRedact,
  9. FieldOptionsOptionRetention? retention,
  10. List<FieldOptionsOptionTargetType> targets = const [],
  11. List<FieldOptionsEditionDefault> editionDefaults = const [],
  12. FeatureSet? features,
  13. FieldOptionsFeatureSupport? featureSupport,
  14. List<UninterpretedOption> uninterpretedOption = const [],
})

Implementation

const FieldOptions({
  this.ctype,
  this.packed,
  this.jstype,
  this.lazy,
  this.unverifiedLazy,
  this.deprecated,
  this.weak,
  this.debugRedact,
  this.retention,
  this.targets = const [],
  this.editionDefaults = const [],
  this.features,
  this.featureSupport,
  this.uninterpretedOption = const [],
});