copyWithWrapped method

Implementation

OverrideTestPatternCustomGradientEndColourBluePut$RequestBody copyWithWrapped(
    {Wrapped<int>? data}) {
  return OverrideTestPatternCustomGradientEndColourBluePut$RequestBody(
      data: (data != null ? data.value : this.data));
}