AppLocalizations<T> constructor

AppLocalizations<T>(
  1. Locale locale,
  2. T lang
)

Implementation

AppLocalizations(this.locale, this.lang);