isNotEmptyOrNull property

bool isNotEmptyOrNull

Check map is neither empty nor null

Example:

map.isNotEmptyOrNull // true

Implementation

bool get isNotEmptyOrNull => FxMap.isNotEmptyOrNull(this);