DartdocOptionArgOnly<T> constructor
DartdocOptionArgOnly<T> (})
Implementation
DartdocOptionArgOnly(
String name,
T defaultsTo,
ResourceProvider resourceProvider, {
this.abbr,
bool mustExist = false,
String help = '',
this.hide = false,
OptionKind optionIs = OptionKind.other,
this.negatable = false,
this.splitCommas = false,
}) : super(
name,
defaultsTo,
help,
optionIs,
mustExist,
null,
resourceProvider,
);