Creates a Buffer from an bool value.
factory Buffer.fromBool(final bool value) => Buffer(ByteLength.u8)..setBool(value, 0);