Arguments class
Constructors
Properties
Methods
- 
  argHasValue(
String name) → bool  - 
  clone(
) → Arguments  - 
  getArg(
String name) → Argument?  - 
  getArgNames(
) → List< String>  - 
  getArgumentsList(
) → List< Argument>  - 
  getBool(
String name) → bool  - 
  This function checks for a argument by 
nameand will return the value of the boolean, or false if either it isn't a bool, or it was not passed as a 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