BasicStringSingleCommand class abstract

Inheritance
Implementers

Constructors

BasicStringSingleCommand({required String symbolAfterHeader, required String symbolBetweenArguments, 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) BasicStringSingleCommand
override
appendNumber(int? num) BasicStringSingleCommand
appendText(String? text) BasicStringSingleCommand
arguments() List<String>
inherited
clause() CommandClause
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output() String
override
toString() String
A string representation of this object.
inherited

Operators

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