Translation constructor
const
Translation({
- required String languageCode,
- required TranslationValue value,
- required String code,
Implementation
const Translation({
required this.languageCode,
required this.value,
required this.code,
});