CUnderLine class

Inheritance

Constructors

CUnderLine({required bool underline})

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

Operators

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