t property

String get t

Translate the string from the Mintl.

Example:

'version'.tr(args: {'#version': '1.0.0'})

Implementation

String get t => TranslationService.instance.tr(this);