ThreatIntelligenceDetail class

An instance of a threat intelligence detail that constitutes evidence for the finding.

Constructors

ThreatIntelligenceDetail({String? threatListName, List<String>? threatNames})
ThreatIntelligenceDetail.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threatListName String?
The name of the threat intelligence list that triggered the finding.
final
threatNames List<String>?
A list of names of the threats in the threat intelligence list that triggered the finding.
final

Methods

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