copyWith method
Implementation
OverrideTestPatternCustomGradientEndColourGreenPut$RequestBody copyWith(
{int? data}) {
return OverrideTestPatternCustomGradientEndColourGreenPut$RequestBody(
data: data ?? this.data);
}
OverrideTestPatternCustomGradientEndColourGreenPut$RequestBody copyWith(
{int? data}) {
return OverrideTestPatternCustomGradientEndColourGreenPut$RequestBody(
data: data ?? this.data);
}