HashDetails class

Constructors

HashDetails.fromMap(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
hashedUserId String?
User ID that was hashed for allocation
no setter
hashedUserIdBucket1To100 int?
User hash bucket (1-100) - used for consistent allocation
no setter
hashMethod String?
Hash method used (e.g., "HASH_USER_ID", "HASH_HELIUM_PERSISTENT_ID")
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited