STranslation constructor
STranslation(})
Implementation
STranslation(
this.text, {
required this.sourceLanguage,
required this.targetLanguage,
required this.source,
}) : super._(text, source, sourceLanguage, targetLanguage);