Options class
Container that holds all available options for this program
Constructors
- Options()
Properties
Methods
- 
  getOption<T> (String name) → Option< T> 
- Returns the option with the given name
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  setOption<T> (String name, T? value) → void 
- Sets the option with the given name to the given value
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator +(Options other) → Options 
- When merging options we can use the + operator to merge the values
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited