Service constructor

Service({
  1. Action? action,
  2. bool? archived,
  3. int? count,
  4. String? detectorId,
  5. String? eventFirstSeen,
  6. String? eventLastSeen,
  7. Evidence? evidence,
  8. String? resourceRole,
  9. String? serviceName,
  10. String? userFeedback,
})

Implementation

Service({
  this.action,
  this.archived,
  this.count,
  this.detectorId,
  this.eventFirstSeen,
  this.eventLastSeen,
  this.evidence,
  this.resourceRole,
  this.serviceName,
  this.userFeedback,
});