copyWith property

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

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

Implementation

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