Args class
Constructors
-
Args(List<
String> args) - Args.fromString(String arg)
-
factory
Properties
Methods
-
after(
Object? data) → String? -
before(
Object? data) → String? -
contains(
Object? key, {bool isRemoveIfFound = false}) → bool -
findIndex(
String name) → int? -
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
-
operator [](
Object? key) → String? -
operator []=(
String key, String value) → void