build property
TranslationBuilder<E, T>
get
build
Gets a new translation instance.
LocaleSettings
has no effect here.
Suitable for dependency injection and unit tests.
Usage: final t = AppLocale.en.build(); // build String a = t.my.path; // access
Implementation
TranslationBuilder<E, T> get build;