MethodOptions constructor

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

Implementation

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