isEOS property

bool get isEOS

Implementation

bool get isEOS => (_input.isEOS && bitPos >= LBITS);