L10nSettings constructor

const L10nSettings({
  1. String? path,
  2. List<L10nLocale> locales = const <L10nLocale>[L10nLocale('en', 'US', 'English')],
})

Implementation

const L10nSettings(
    {this.path,
    this.locales = const <L10nLocale>[L10nLocale('en', 'US', 'English')]});