ProductSelectorArgs constructor
const
ProductSelectorArgs({
- UserSelectorArgs? creator,
- String? userId,
- ProductSelectorArgs? children,
- CategorySelectorArgs? category,
- MediaSelectorArgs? media,
- bool? childrenCount,
- bool? commentsCount,
- bool? isFollowing,
- int? childrenDebt,
Implementation
const ProductSelectorArgs({
this.creator,
this.userId,
this.children,
this.category,
this.media,
this.childrenCount,
this.commentsCount,
this.isFollowing,
this.childrenDebt,
});