CMDPros constructor

CMDPros({
  1. required List<String> name,
  2. ArgParser? parser,
  3. String? help,
})

Implementation

CMDPros({required this.name, this.parser, this.help});