EventTopic constructor

EventTopic({
  1. DateTime? createdDateTime,
  2. String? directoryId,
  3. TopicStatus? status,
  4. String? topicArn,
  5. String? topicName,
})

Implementation

EventTopic({
  this.createdDateTime,
  this.directoryId,
  this.status,
  this.topicArn,
  this.topicName,
});