copyWith abstract method

  1. @useResult
RuntimeSettings copyWith({
  1. int? id,
  2. LogSettings? logSettings,
  3. List<LogSettingsOverride>? logSettingsOverrides,
  4. bool? logServiceCalls,
  5. bool? logMalformedCalls,
})

Returns a shallow copy of this RuntimeSettings with some or all fields replaced by the given arguments.

Implementation

@_i1.useResult
RuntimeSettings copyWith({
  int? id,
  _i2.LogSettings? logSettings,
  List<_i3.LogSettingsOverride>? logSettingsOverrides,
  bool? logServiceCalls,
  bool? logMalformedCalls,
});