length property

int get length

The number of key/value pairs in the lookup table.

Implementation

int get length => _table.length;