isLengthEven property

bool isLengthEven

Whether length of this Map is even.

Implementation

bool get isLengthEven => length.isEven;