menu
coal package
documentation
args.dart
Args class
Args class
dark_mode
light_mode
Args
class
abstract
interface
Implemented types
Argv
<
Map
<
String
,
Argv
>
>
Constructors
Args.parse
(
Iterable
<
String
>
argv
, {
Map
<
String
,
Object
?
>
?
defaults
,
Map
<
String
,
String
>
?
aliases
,
Iterable
<
String
>
?
bool
,
Iterable
<
String
>
?
string
,
Iterable
<
String
>
?
list
})
factory
Properties
coerceRest
→
Iterable
<
Object
?
>
no setter
hashCode
→
int
The hash code for this object.
no setter
inherited
rest
→
Iterable
<
String
>
no setter
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
value
→
Map
<
String
,
Argv
>
final
inherited
Methods
as
<
R
>
(
)
→ R
inherited
at
(
String
name
)
→
Argv
?
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
safeAs
<
R
>
(
)
→ R?
inherited
toJson
(
)
→
Map
<
String
,
Object
>
override
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
operator []
(
String
name
)
→
Argv
?
coal package
documentation
args
Args class
args library