MapInput class
In-memory map input for programmatic invocation (tests, command-from-command).
- Implemented types
Constructors
Properties
Methods
-
argument(
Object indexOrName) → String? -
Get a positional argument by 0-based index OR by name.
override
-
hasOption(
String name) → bool -
Check whether the option was provided explicitly (vs defaulted).
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
option(
String name) → dynamic -
Get a named option / flag value (returns null if absent).
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited