Reads 1-byte as a boolean. The offset must satisfy the relations 0 ≤ offset ≤ offset+1 ≤ this.length.
1-byte
boolean
offset
0
offset+1
this.length
bool getBool(final int offset) { return asByteData().getUint8(offset) != 0; }