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