Arguments class

Constructors

Arguments.new()

Properties

args Map<String, Argument>
getter/setter pair
count int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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