BlogSelectorArgs constructor

const BlogSelectorArgs({
  1. UserSelectorArgs? creator,
  2. MediaSelectorArgs? media,
  3. CategorySelectorArgs? category,
  4. CommentSelectorArgs? comments,
  5. bool? commentsCount,
})

Implementation

const BlogSelectorArgs({this.creator, this.media, this.category, this.comments, this.commentsCount});