isFull property

bool isFull

Implementation

bool get isFull {
  return length == capacity;
}