EasyArg<T> class
abstract
- Inheritance
- Implementers
Constructors
- EasyArg()
Properties
-
appendClause
→ List<
CommandClause> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
prependClause
→ List<
CommandClause> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
append(
Arg< T> arg) → EasyArg<T> -
override
-
clause(
) → CommandClause -
inherited
-
clauses(
) → List< CommandClause> -
override
-
clear(
) → void -
override
-
header(
) → T -
inherited
-
newline(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepend(
Arg< T> arg) → EasyArg<T> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited