MethodSettings constructor

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

Implementation

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