isEmpty method

*[<Null safety>](https://dart.dev/null-safety)*

bool isEmpty ()

Implementation

bool isEmpty() {
  return _entries.isEmpty;
}