ThreadBuilder.publicThread constructor

ThreadBuilder.publicThread({
  1. required String name,
  2. Duration? autoArchiveDuration,
  3. Duration? rateLimitPerUser,
})

Implementation

ThreadBuilder.publicThread({required this.name, this.autoArchiveDuration, this.rateLimitPerUser}) : type = ChannelType.publicThread;