clause method
Implementation
@override
CommandClause clause() {
return CPCLCommand(header: header()).appendText(_bold ? "1" : "0").clause();
}
@override
CommandClause clause() {
return CPCLCommand(header: header()).appendText(_bold ? "1" : "0").clause();
}