isLengthOdd property

bool isLengthOdd

Whether length of this Map is odd.

Implementation

bool get isLengthOdd => length.isOdd;