copyWith abstract method
LogSettingsOverride
copyWith({
- String? module,
- String? endpoint,
- String? method,
- LogSettings? logSettings,
Returns a shallow copy of this LogSettingsOverride with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
LogSettingsOverride copyWith({
String? module,
String? endpoint,
String? method,
_i2.LogSettings? logSettings,
});