translate property

String translate

Implementation

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