copyWith method

Implementation

OutputGlobalColourDarkMagicEnabledPut$RequestBody copyWith({Object? data}) {
  return OutputGlobalColourDarkMagicEnabledPut$RequestBody(
      data: data ?? this.data);
}