ChannelAdminLogEventActionCreateTopic constructor

const ChannelAdminLogEventActionCreateTopic({
  1. required ForumTopicBase topic,
})

Channel Admin Log Event Action Create Topic constructor.

Implementation

const ChannelAdminLogEventActionCreateTopic({
  required this.topic,
}) : super._();