AltchaLocalizations constructor

AltchaLocalizations(
  1. Locale locale, [
  2. Map<String, Map<String, String>>? customTranslations
])

Implementation

AltchaLocalizations(
  this.locale, [
  Map<String, Map<String, String>>? customTranslations,
]) : _customTranslations = customTranslations ?? {};