copyWith property

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

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

Implementation

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