clause method
Implementation
@override
CommandClause clause() {
return BinaryCommand(header()).appendNumber(_type.getType()).clause();
}
@override
CommandClause clause() {
return BinaryCommand(header()).appendNumber(_type.getType()).clause();
}