GenerateLocalesSample constructor

GenerateLocalesSample(
  1. String _keys,
  2. String _locales,
  3. String _translationsKeys, {
  4. String path = 'lib/generated/locales.g.dart',
})

Implementation

GenerateLocalesSample(this._keys, this._locales, this._translationsKeys,
    {String path = 'lib/generated/locales.g.dart'})
    : super(path, overwrite: true);