isLengthEven property

bool isLengthEven

Whether length of this Iterable is even.

Implementation

bool get isLengthEven => length.isEven;