Return true if there are no unwrittenCount remaining, false otherwise.
bool isFull() => unwrittenCount == 0;