menu
stdc package
documentation
getopt.dart
Option
Option.new const constructor
Option.new const constructor
dark_mode
light_mode
Option
constructor
const
Option
(
String
name
,
int
has_arg
,
List
<
int
>
?
flag
,
int
val
,
)
Creates a new
Option
structure.
Implementation
const Option(this.name, this.has_arg, this.flag, this.val);
stdc package
documentation
getopt
Option
Option.new const constructor
Option class