hash property

int hash

Returns an integer generated after the object was initialised. Used to compare different instances of PhoneNumber

Implementation

int get hash => _hash;