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