getBool method

bool getBool()

Implementation

bool getBool() => getUint8() == 0 ? false : true;