copyWith property

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

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

Implementation

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