UProductSelectorArgs constructor
const
UProductSelectorArgs({
- UUserSelectorArgs? creator,
- String? userId,
- UProductSelectorArgs? children,
- UCategorySelectorArgs? category,
- UMediaSelectorArgs? media,
- bool? childrenCount,
- bool? commentsCount,
- bool? isFollowing,
- int? childrenDebt,
Implementation
const UProductSelectorArgs({
this.creator,
this.userId,
this.children,
this.category,
this.media,
this.childrenCount,
this.commentsCount,
this.isFollowing,
this.childrenDebt,
});