readBoolean method

bool readBoolean()

Returns true if not equal to zero

Implementation

bool readBoolean() => readByte() != 0;