isLengthEven property

bool get isLengthEven

Whether length of this Iterable is even.

Implementation

bool get isLengthEven => length.isEven;