LiveCommandOption constructor
const
LiveCommandOption({})
Creates a LiveCommandOption.
Implementation
const LiveCommandOption({
required this.kind,
required this.name,
this.abbr,
this.help,
this.allowed,
this.defaultValue,
});