readByte method Null safety

int readByte()

Implementation

int readByte() => readBits(8);