isNotEmpty property

bool isNotEmpty

Whether there is at least one instance in the map.

Implementation

bool get isNotEmpty => _map.isNotEmpty;