Writes bool b into the buffer
b
@override void writeBool(bool b) { writeUint8(b ? types.boolTrue : types.boolFalse); }