copyWith property

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

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

Implementation

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