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
@_is.useResult
LogSettingsOverride copyWith({
String? module,
String? endpoint,
String? method,
_illv0ea4.LogSettings? logSettings,
});