EventTopic constructor
EventTopic({
- DateTime? createdDateTime,
- String? directoryId,
- TopicStatus? status,
- String? topicArn,
- String? topicName,
Implementation
EventTopic({
this.createdDateTime,
this.directoryId,
this.status,
this.topicArn,
this.topicName,
});