ProductSelectorArgs constructor

const ProductSelectorArgs({
  1. UserSelectorArgs? creator,
  2. String? userId,
  3. ProductSelectorArgs? children,
  4. CategorySelectorArgs? category,
  5. MediaSelectorArgs? media,
  6. bool? childrenCount,
  7. bool? commentsCount,
  8. bool? isFollowing,
  9. int? childrenDebt,
})

Implementation

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