ConstructOption constructor
const
ConstructOption({})
Implementation
const ConstructOption({
required super.name,
required super.help,
super.hide,
this.abbr,
this.valueHelp,
this.defaultsTo,
this.allowed,
this.allowedHelp,
});