OnlyTextHeaderArg<T extends OnlyTextHeaderArg<T>> class abstract

Inheritance

Constructors

OnlyTextHeaderArg()

Properties

appendClause List<CommandClause>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
prependClause List<CommandClause>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

append(Arg<String> arg) → T
override
clause() CommandClause
override
clauses() List<CommandClause>
inherited
clear() → void
inherited
inherited
newline() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepend(Arg<String> arg) → T
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited