CliFlagDef constructor
const
CliFlagDef({})
Implementation
const CliFlagDef({
required this.long,
this.short,
required this.description,
this.takesValue = false,
this.defaultValue,
this.isHidden = false,
});