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