isEmpty property

bool get isEmpty

Check if map is empty.

Implementation

bool get isEmpty => val.isEmpty;