ThreatIntelIndicator constructor

ThreatIntelIndicator({
  1. ThreatIntelIndicatorCategory? category,
  2. String? lastObservedAt,
  3. String? source,
  4. String? sourceUrl,
  5. ThreatIntelIndicatorType? type,
  6. String? value,
})

Implementation

ThreatIntelIndicator({
  this.category,
  this.lastObservedAt,
  this.source,
  this.sourceUrl,
  this.type,
  this.value,
});