readBool method

bool readBool()

Implementation

bool readBool() => _readRawVarint32(true) != 0;