isEven property

bool? isEven

Whether this big integer is even.

Implementation

bool? get isEven => value?.isEven;