copyWith abstract method

  1. @useResult
LogSettingsOverride copyWith({
  1. String? module,
  2. String? endpoint,
  3. String? method,
  4. 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,
});