setBool method
Implementation
void setBool(final bool value) {
_increaseCapacity(ByteLength.u8);
offset = buffer.setBool(value, offset);
}
void setBool(final bool value) {
_increaseCapacity(ByteLength.u8);
offset = buffer.setBool(value, offset);
}