hashCode property

  1. @override
int get hashCode
override

Hash code of the complex number (based on real and imaginary parts).

Implementation

@override
int get hashCode => Object.hash(_re, _im);