isLengthOdd property

bool isLengthOdd

Whether length of this Iterable is odd.

Implementation

bool get isLengthOdd => length.isOdd;