OptionDefinition constructor
const
OptionDefinition({})
Implementation
const OptionDefinition({
required this.name,
this.abbr,
required this.description,
this.type = OptionType.flag,
this.defaultValue,
this.allowedValues,
this.mandatory = false,
this.negatable = false,
this.valueName,
this.hidden = false,
});