GoogleSecuritySafebrowsingV5HashList class

A list of hashes identified by its name.

Properties

additionsEightBytes GoogleSecuritySafebrowsingV5RiceDeltaEncoded64Bit?
The 8-byte additions.
getter/setter pair
additionsFourBytes GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit?
The 4-byte additions.
getter/setter pair
additionsSixteenBytes GoogleSecuritySafebrowsingV5RiceDeltaEncoded128Bit?
The 16-byte additions.
getter/setter pair
additionsThirtyTwoBytes GoogleSecuritySafebrowsingV5RiceDeltaEncoded256Bit?
The 32-byte additions.
getter/setter pair
compressedRemovals GoogleSecuritySafebrowsingV5RiceDeltaEncoded32Bit?
The Rice-delta encoded version of removal indices.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata GoogleSecuritySafebrowsingV5HashListMetadata?
Metadata about the hash list.
getter/setter pair
minimumWaitDuration String?
Clients should wait at least this long to get the hash list again.
getter/setter pair
name String?
The name of the hash list.
getter/setter pair
partialUpdate bool?
When true, this is a partial diff containing additions and removals based on what the client already has.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha256Checksum String?
The sorted list of all hashes, hashed again with SHA256.
getter/setter pair
sha256ChecksumAsBytes List<int>
getter/setter pair
version String?
The version of the hash list.
getter/setter pair
versionAsBytes List<int>
getter/setter pair

Methods

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

Operators

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