isNotEmpty property

bool get isNotEmpty

Check if the map is not empty

Implementation

bool get isNotEmpty => _map.isNotEmpty;