UBlogSelectorArgs constructor

const UBlogSelectorArgs({
  1. UUserSelectorArgs? creator,
  2. UMediaSelectorArgs? media,
  3. UCategorySelectorArgs? category,
  4. UCommentSelectorArgs? comments,
  5. bool? commentsCount,
  6. String? userId,
  7. UBlogSelectorArgs? children,
  8. bool childrenCount = false,
  9. int childrenDebt = 0,
})

Implementation

const UBlogSelectorArgs({
  this.creator,
  this.media,
  this.category,
  this.comments,
  this.commentsCount,
  this.userId,
  this.children,
  this.childrenCount = false,
  this.childrenDebt = 0,
});