TikTokError constructor

TikTokError(
  1. {String? code,
  2. String? message,
  3. String? logId}
)

Implementation

TikTokError({
  this.code,
  this.message,
  this.logId,
});