readBool method

bool readBool()

Implementation

bool readBool() => readByte() == 1;