Returns a hash code based on both the real and imaginary parts.
@override int get hashCode => Object.hash(_real, _imag);