isMapNullOrEmpty property
bool
get
isMapNullOrEmpty
Returns true if this map is null or empty.
Implementation
bool get isMapNullOrEmpty => this?.isEmpty ?? true;
Returns true if this map is null or empty.
bool get isMapNullOrEmpty => this?.isEmpty ?? true;