CmdArg constructor

const CmdArg(
  1. String name, {
  2. String? abbr,
})

Implementation

const CmdArg(this.name, {this.abbr});