copyWith method
Returns a copy with the given fields replaced.
Implementation
RealtimeTranslationNoiseReduction copyWith({NoiseReductionType? type}) =>
RealtimeTranslationNoiseReduction(type: type ?? this.type);
Returns a copy with the given fields replaced.
RealtimeTranslationNoiseReduction copyWith({NoiseReductionType? type}) =>
RealtimeTranslationNoiseReduction(type: type ?? this.type);