MethodSettings constructor

MethodSettings({
  1. String selector = '',
  2. MethodSettings_LongRunning? longRunning,
  3. List<String> autoPopulatedFields = const [],
  4. BatchingConfigProto? batching,
})

Implementation

MethodSettings({
  this.selector = '',
  this.longRunning,
  this.autoPopulatedFields = const [],
  this.batching,
}) : super(fullyQualifiedName);