isMapNullOrEmpty property

bool get isMapNullOrEmpty

Returns true if this map is null or empty.

Implementation

bool get isMapNullOrEmpty => this?.isEmpty ?? true;