isNotEmpty method

bool isNotEmpty()

Returns true if this map is not empty.

Implementation

bool isNotEmpty() => !isEmpty();