RecentCommenter constructor

const RecentCommenter({
  1. String? authorName,
  2. String? clerkUserId,
  3. String? avatarUrl,
})

Implementation

const RecentCommenter({
  this.authorName,
  this.clerkUserId,
  this.avatarUrl,
});