readBool method

bool readBool()

Implementation

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