copyWith abstract method
RuntimeSettings
copyWith({
- int? id,
- LogSettings? logSettings,
- List<
LogSettingsOverride> ? logSettingsOverrides, - bool? logServiceCalls,
- bool? logMalformedCalls,
Returns a shallow copy of this RuntimeSettings with some or all fields replaced by the given arguments.
Implementation
@_is.useResult
RuntimeSettings copyWith({
int? id,
_illv0ea4.LogSettings? logSettings,
List<_i5sjxqb6.LogSettingsOverride>? logSettingsOverrides,
bool? logServiceCalls,
bool? logMalformedCalls,
});