UBlogSelectorArgs constructor
const
UBlogSelectorArgs({
- UUserSelectorArgs? creator,
- UMediaSelectorArgs? media,
- UCategorySelectorArgs? category,
- UCommentSelectorArgs? comments,
- bool? commentsCount,
- String? userId,
- UBlogSelectorArgs? children,
- bool childrenCount = false,
- 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,
});