GoogleSecuritySafebrowsingV4ThreatEntry class
An individual threat; for example, a malicious URL or its hash representation.
Only one of these fields should be set.
Constructors
- GoogleSecuritySafebrowsingV4ThreatEntry({String? digest, String? hash, String? url})
- GoogleSecuritySafebrowsingV4ThreatEntry.fromJson(Map json_)
Properties
- digest ↔ String?
-
The digest of an executable in SHA256 format.
getter/setter pair
-
digestAsBytes
↔ List<
int> -
getter/setter pair
- hash ↔ String?
-
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256
hash.
getter/setter pair
-
hashAsBytes
↔ List<
int> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url ↔ String?
-
A URL.
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