Options class
Constructors
- Options()
Properties
Methods
-
getOption<
T> (String name) → Option< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOption<
T> (String name, T? value) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator +(
Options other) → Options -
operator ==(
Object other) → bool -
The equality operator.
inherited