copyWith method

Returns a copy with the given fields replaced.

Implementation

RealtimeTranslationNoiseReduction copyWith({NoiseReductionType? type}) =>
    RealtimeTranslationNoiseReduction(type: type ?? this.type);