t top-level property

dynamic get t

Global getter for easy access to the current dictionary Usage: t.appName, t.welcomeUser(name: 'John'), etc.

Implementation

dynamic get t => _LocalizationManager.instance.currentDictionary;