isNotEmpty property

bool get isNotEmpty

Implementation

bool get isNotEmpty => _map?.isNotEmpty ?? false;