copyWith method

Implementation

BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost copyWith(
    {String? file, bool? autoConvert, bool? autoPublish}) {
  return BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost(
      file: file ?? this.file,
      autoConvert: autoConvert ?? this.autoConvert,
      autoPublish: autoPublish ?? this.autoPublish);
}