SingleCommand<T> class
abstract
Single command builder
- Implementers
Constructors
- SingleCommand({required String symbolAfterHeader, required String symbolBetweenArguments, String? charset})
Properties
- getHeader → T?
-
no setter
- 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 setter
- symbolBetweenArguments → String
-
no setter
Methods
-
append(
Appendat< T> appendat) → SingleCommand<T> -
arguments(
) → List< T> -
header(
T header) → SingleCommand< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
output(
) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited