hashCode property

  1. @override
int get hashCode
override

Returns the hash code for the Sui address, based on its string representation.

Implementation

@override
int get hashCode => address.hashCode;