isNotEmptyOrNull property
bool
get
isNotEmptyOrNull
Returns true when the map is non-null and not empty.
Implementation
bool get isNotEmptyOrNull => !isEmptyOrNull;
Returns true when the map is non-null and not empty.
bool get isNotEmptyOrNull => !isEmptyOrNull;