void addDoubleText(String leftText, String rightText) { commands.add({ 'type': 'doubleText', 'leftValue': leftText, 'rightValue': rightText, }); }