Hash code of the complex number (based on real and imaginary parts).
@override int get hashCode => Object.hash(_re, _im);