Arguments class

Container for parameters passed into the parser.

Constructors

Arguments(Map<String, Object> named, Set<Object> positional)
Creates an instance of a container for arguments passed into the parser.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
named Map<String, Object>
Parameters whise values are to be matched by their name (key).
final
positional Set<Object>
Parameters to be matched by their position in the Set.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited