isFull method

bool isFull()

Return true if there are no unwrittenCount remaining, false otherwise.

Implementation

bool isFull() => unwrittenCount == 0;