menu
mamba package
documentation
command.dart
RepeatableIntOption
RepeatableIntOption.new const constructor
RepeatableIntOption.new const constructor
dark_mode
light_mode
RepeatableIntOption
constructor
const
RepeatableIntOption
(
String
name
, {
int
?
min
,
int
?
max
,
String
?
short
,
String
?
description
,
bool
hidden
=
false
,
})
Implementation
const new( super.name, { this.min, this.max, super.short, super.description, super.hidden, });
mamba package
documentation
command
RepeatableIntOption
RepeatableIntOption.new const constructor
RepeatableIntOption class