TranslationUnsubscribedData constructor

TranslationUnsubscribedData({
  1. required String speakerId,
  2. required String language,
  3. required bool channelClosed,
})

Implementation

TranslationUnsubscribedData({
  required this.speakerId,
  required this.language,
  required this.channelClosed,
});