Argument constructor Null safety
Implementation
const Argument({
this.short,
this.long,
this.help,
this.isRequired = false,
this.environmentVariable,
});
const Argument({
this.short,
this.long,
this.help,
this.isRequired = false,
this.environmentVariable,
});