int addVariable(Variable? variable) { fbBuilder.addUint8(0, variable?.value); return fbBuilder.offset; }