GetxMultilanguageHelperConfiguration constructor

GetxMultilanguageHelperConfiguration({
  1. required String translationPath,
  2. required List<LanguageModel> languages,
  3. Locale? defaultLocale,
  4. Locale? fallbackLocale,
})

Implementation

GetxMultilanguageHelperConfiguration({
  required this.translationPath,
  required this.languages,
  this.defaultLocale,
  this.fallbackLocale,
});