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