isFull method

bool isFull()

Implementation

bool isFull() => count == 1;