hashTableSize property

int get hashTableSize

Get the number of buckets in the hash table.

Implementation

int get hashTableSize => _header.numBuckets;