FileTranslationLoader constructor
FileTranslationLoader({})
Implementation
FileTranslationLoader(
{String? this.fallbackFile = "en",
String this.basePath = "assets/flutter_i18n",
String this.separator = "_",
bool this.useCountryCode = false,
bool this.useScriptCode = false,
Locale? forcedLocale,
List<BaseDecodeStrategy>? decodeStrategies}) {
this.forcedLocale = forcedLocale;
this.decodeStrategies = decodeStrategies;
}