streamTranslationConfig property

  1. @Deprecated('Use translationConfig instead.')
TranslationConfig? get streamTranslationConfig

Deprecated alias for translationConfig.

Implementation

@Deprecated('Use translationConfig instead.')
TranslationConfig? get streamTranslationConfig => translationConfig;