getBoolean method

dynamic getBoolean()

Implementation

getBoolean() {
  return (getUint8() & 1) == 1;
}