OpsItemEventSummary constructor

OpsItemEventSummary({
  1. OpsItemIdentity? createdBy,
  2. DateTime? createdTime,
  3. String? detail,
  4. String? detailType,
  5. String? eventId,
  6. String? opsItemId,
  7. String? source,
})

Implementation

OpsItemEventSummary({
  this.createdBy,
  this.createdTime,
  this.detail,
  this.detailType,
  this.eventId,
  this.opsItemId,
  this.source,
});