InterconnectOutageNotification constructor

InterconnectOutageNotification({
  1. List<String>? affectedCircuits,
  2. String? description,
  3. String? endTime,
  4. String? issueType,
  5. String? name,
  6. String? source,
  7. String? startTime,
  8. String? state,
})

Implementation

InterconnectOutageNotification({
  this.affectedCircuits,
  this.description,
  this.endTime,
  this.issueType,
  this.name,
  this.source,
  this.startTime,
  this.state,
});