UFollowParams constructor

UFollowParams({
  1. String? userId,
  2. String? creatorId,
  3. String? productId,
  4. String? categoryId,
})

Implementation

UFollowParams({
  this.userId,
  this.creatorId,
  this.productId,
  this.categoryId,
});