Creates a Buffer from a u8 value.
u8
factory Buffer.fromUint8(final int value) => Buffer(ByteLength.u8)..setUint8(value, 0);