hashCode property

  1. @override
int hashCode
override
Serves as a hash function for a particular type.

Implementation

@override
int get hashCode {
  return this.IsValid ? this.UniqueId.hashCode : super.hashCode;
}