readBoolean method Null safety

bool readBoolean()

Implementation

bool readBoolean() {
  return readByte() != 0;
}