hashCode property

  1. @override
int get hashCode
override

Returns a hash code based on both the real and imaginary parts.

Implementation

@override
int get hashCode => Object.hash(_real, _imag);