ThreatIntelIndicator constructor
ThreatIntelIndicator({
- ThreatIntelIndicatorCategory? category,
- String? lastObservedAt,
- String? source,
- String? sourceUrl,
- ThreatIntelIndicatorType? type,
- String? value,
Implementation
ThreatIntelIndicator({
this.category,
this.lastObservedAt,
this.source,
this.sourceUrl,
this.type,
this.value,
});