isLengthOdd property

bool get isLengthOdd

Whether length of this Map is odd.

Implementation

bool get isLengthOdd => length.isOdd;