clause method
Implementation
@override
CommandClause clause() {
return TSPLCommand(header: header())
.appendText("1")
.appendNumber(_copies)
.clause();
}
@override
CommandClause clause() {
return TSPLCommand(header: header())
.appendText("1")
.appendNumber(_copies)
.clause();
}