Argument constructor

const Argument(
  1. String name, {
  2. String? help,
})

Implementation

const Argument(this.name, {
  this.help,
});