GenerateLocalesSample constructor

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

Implementation

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