MessageTranslationState constructor
const
MessageTranslationState({
- MessageTranslationInfo? translation,
- bool failed = false,
- MessageTranslationSource source = MessageTranslationSource.manual,
Implementation
const MessageTranslationState({
this.translation,
this.failed = false,
this.source = MessageTranslationSource.manual,
});