GoogleSecuritySafebrowsingV4ThreatListDescriptor class

Describes an individual threat list.

A list is defined by three parameters: the type of threat posed, the type of platform targeted by the threat, and the type of entries in the list.

Properties

hashCode int
The hash code for this object.
no setterinherited
platformType String?
The platform type targeted by the list's entries. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threatEntryType String?
The entry types contained in the list. Possible string values are:
getter/setter pair
threatType String?
The threat type posed by the list's entries. Possible string values are:
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