isLengthEven property

bool get isLengthEven

Whether length of this Map is even.

Implementation

bool get isLengthEven => length.isEven;