isLengthOdd property

bool get isLengthOdd

Whether length of this Iterable is odd.

Implementation

bool get isLengthOdd => length.isOdd;