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