ArgumentParser constructor

ArgumentParser(
  1. ArgParser _argParser
)

Implementation

ArgumentParser(this._argParser) {
  _addFlagAndOption();
}