isNotEmptyOrNull property

bool get isNotEmptyOrNull

Returns true when the map is non-null and not empty.

Implementation

bool get isNotEmptyOrNull => !isEmptyOrNull;