CommaCommand class

Inheritance

Constructors

CommaCommand({required String header, String? charset})

Properties

getHeader String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbolAfterHeader String
no setterinherited
symbolBetweenArguments String
no setterinherited

Methods

append(Appendat<String> appendat) CommaCommand
override
appendNumber(int? num) CommaCommand
override
appendText(String? text) CommaCommand
override
arguments() List<String>
inherited
clause() CommandClause
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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