isNotEmpty property

bool get isNotEmpty

Check if map is not empty.

Implementation

bool get isNotEmpty => val.isNotEmpty;