CommentAuthorImage constructor

CommentAuthorImage({
  1. String? url,
})

Implementation

CommentAuthorImage({
  this.url,
});