MethodSettings constructor
MethodSettings({
- String selector = '',
- MethodSettings_LongRunning? longRunning,
- List<
String> autoPopulatedFields = const [], - BatchingConfigProto? batching,
Implementation
MethodSettings({
this.selector = '',
this.longRunning,
this.autoPopulatedFields = const [],
this.batching,
}) : super(fullyQualifiedName);