copyWith method

Implementation

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