Arguments class
Constructors
Properties
Methods
-
argHasValue(
String name) → bool -
clone(
) → Arguments -
getArg(
String name) → Argument? -
getArgNames(
) → List< String> -
getArgumentsList(
) → List< Argument> -
hasArg(
String name) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeArg(
String name) → bool - Removes the argument if present. Otherwise does nothing.
-
setArg(
Argument arg) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited