MethodSettings constructor
MethodSettings({
- List<
String> ? autoPopulatedFields, - LongRunning? longRunning,
- String? selector,
Implementation
MethodSettings({
this.autoPopulatedFields,
this.longRunning,
this.selector,
});