LocalizationState constructor

LocalizationState(
  1. Locale currentLocale,
  2. Map<String, Map<String, String>> translations
)

Implementation

LocalizationState(this.currentLocale, this.translations);