hashCode property

  1. @override
int hashCode
override

We provide a hashcode implementation.

This can be useful when working with sets, maps, etc... where equality check becomes important

Implementation

@override
int get hashCode => ip.hashCode ^ bssid.hashCode;