copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$TrackerConfigurationCopyWith<TrackerConfiguration> get copyWith
inherited

Create a copy of TrackerConfiguration with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$TrackerConfigurationCopyWith<TrackerConfiguration> get copyWith => _$TrackerConfigurationCopyWithImpl<TrackerConfiguration>(this as TrackerConfiguration, _$identity);