translate property
Implementation
String get translate => Localization.localizedStrings.containsKey(this)
? '${Localization.localizedStrings[this]}'
: 'Not found';
String get translate => Localization.localizedStrings.containsKey(this)
? '${Localization.localizedStrings[this]}'
: 'Not found';