FieldOptions constructor
const
FieldOptions({
- FieldOptionsCType? ctype,
- bool? packed,
- FieldOptionsJSType? jstype,
- bool? lazy,
- bool? unverifiedLazy,
- bool? deprecated,
- bool? weak,
- bool? debugRedact,
- FieldOptionsOptionRetention? retention,
- List<
FieldOptionsOptionTargetType> targets = const [], - List<
FieldOptionsEditionDefault> editionDefaults = const [], - FeatureSet? features,
- FieldOptionsFeatureSupport? featureSupport,
- 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 [],
});