bytesToNextAllocation property Null safety

int bytesToNextAllocation

Implementation

int get bytesToNextAllocation =>
    (memory.totalNybbles ~/ 2 - _lines - _extendedLines) % 7;