NumericFingerprintGenerator class

Constructors

NumericFingerprintGenerator(int _iterations)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createFor(int version, Uint8List localStableIdentifier, IdentityKey localIdentityKey, Uint8List remoteStableIdentifier, IdentityKey remoteIdentityKey) Fingerprint
createListFor(int version, Uint8List localStableIdentifier, List<IdentityKey> localIdentityKey, Uint8List remoteStableIdentifier, List<IdentityKey> remoteIdentityKey) Fingerprint
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

Constants

fingerprintVersion → const int