UProductSelectorArgs constructor

const UProductSelectorArgs({
  1. UUserSelectorArgs? creator,
  2. String? userId,
  3. UProductSelectorArgs? children,
  4. UCategorySelectorArgs? category,
  5. UMediaSelectorArgs? media,
  6. bool? childrenCount,
  7. bool? commentsCount,
  8. bool? isFollowing,
  9. int? childrenDebt,
})

Implementation

const UProductSelectorArgs({
  this.creator,
  this.userId,
  this.children,
  this.category,
  this.media,
  this.childrenCount,
  this.commentsCount,
  this.isFollowing,
  this.childrenDebt,
});