GoogleSecuritySafebrowsingV4ThreatInfo class
The information regarding one or more threats that a client submits when checking for matches in threat lists.
Constructors
- 
          GoogleSecuritySafebrowsingV4ThreatInfo({List<
String> ? platformTypes, List<GoogleSecuritySafebrowsingV4ThreatEntry> ? threatEntries, List<String> ? threatEntryTypes, List<String> ? threatTypes}) - GoogleSecuritySafebrowsingV4ThreatInfo.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  platformTypes
  ↔ List<
String> ? - 
  The platform types to be checked.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - 
  threatEntries
  ↔ List<
GoogleSecuritySafebrowsingV4ThreatEntry> ? - 
  The threat entries to be checked.
  getter/setter pair
 - 
  threatEntryTypes
  ↔ List<
String> ? - 
  The entry types to be checked.
  getter/setter pair
 - 
  threatTypes
  ↔ List<
String> ? - 
  The threat types to be checked.
  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