MethodSettings constructor

MethodSettings({
  1. List<String>? autoPopulatedFields,
  2. LongRunning? longRunning,
  3. String? selector,
})

Implementation

MethodSettings({
  this.autoPopulatedFields,
  this.longRunning,
  this.selector,
});