ServiceOptions constructor

const ServiceOptions({
  1. FeatureSet? features,
  2. bool? deprecated,
  3. List<UninterpretedOption> uninterpretedOption = const [],
})

Implementation

const ServiceOptions({
  this.features,
  this.deprecated,
  this.uninterpretedOption = const [],
});