Args class

GeneralLibrary

Constructors

Args(List<String> args)
GeneralLibrary
Args.fromString(String arg)
GeneralLibrary
factory

Properties

arguments → List<String>
GeneralLibrary
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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