Appends bytes to the current contents of this builder.
bytes
Each value of bytes will be truncated to an 8-bit value in the range 0 .. 255.
void add(List<int> bytes);