isNotEmpty property

bool get isNotEmpty

Returns true if the lookup table contains at least one entry.

Implementation

bool get isNotEmpty => _table.isNotEmpty;