isNotMapNullOrEmpty property

bool get isNotMapNullOrEmpty

Returns true if this map is not null and not empty.

Implementation

bool get isNotMapNullOrEmpty => this?.isNotEmpty ?? false;