Assets constructor

Assets()

Implementation

Assets() {
  argParser.addFlag('generate',
      abbr: 'g', negatable: false, help: 'Generate assets class.');
  argParser.addFlag('auto',
      abbr: 'l', negatable: false, help: 'To listen for any changes in `assets/` and update the dart class.');
  argParser.addFlag('ignore',
      abbr: 'i', negatable: false, help: 'To ignore any folder in the assets folder , so the tool will not add it in the dart class.');
}