isFull property

bool get isFull

Implementation

bool get isFull => _map.length == maxSize;