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