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