Args class abstract interface

Implemented types

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 setterinherited
rest Iterable<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Map<String, Argv>
finalinherited

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?