isNotEmpty property
bool?
get
isNotEmpty
Whether there is at least one key/value pair in the map.
Implementation
bool? get isNotEmpty => value?.isNotEmpty;
Whether there is at least one key/value pair in the map.
bool? get isNotEmpty => value?.isNotEmpty;