RealtimeTranslationError constructor
const
RealtimeTranslationError({})
Creates a RealtimeTranslationError.
Implementation
const RealtimeTranslationError({
required this.type,
required this.message,
this.code,
this.eventId,
this.param,
});