MessageTranslationState constructor

const MessageTranslationState({
  1. MessageTranslationInfo? translation,
  2. bool failed = false,
  3. MessageTranslationSource source = MessageTranslationSource.manual,
})

Implementation

const MessageTranslationState({
  this.translation,
  this.failed = false,
  this.source = MessageTranslationSource.manual,
});