isEmpty property

bool get isEmpty

Returns true if the lookup table contains no entries.

Implementation

bool get isEmpty => _table.isEmpty;