copyWith method

Implementation

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