GetxMultilanguageHelperConfiguration constructor
GetxMultilanguageHelperConfiguration({
- required String translationPath,
- required List<
LanguageModel> languages, - Locale? defaultLocale,
- Locale? fallbackLocale,
Implementation
GetxMultilanguageHelperConfiguration({
required this.translationPath,
required this.languages,
this.defaultLocale,
this.fallbackLocale,
});