CommentThreads constructor

CommentThreads({
  1. required Dio dio,
  2. String? token,
  3. String? apiKey,
})

Implementation

CommentThreads({required this.dio, this.token, this.apiKey})
    : _rest = CommentThreadsClient(dio);