readBool method

bool readBool()

Implementation

bool readBool() => _bytes[_pos++] != 0;