UFollowParams constructor

UFollowParams({
  1. String? userId,
  2. String? targetUserId,
  3. String? targetProductId,
  4. String? targetCategoryId,
})

Implementation

UFollowParams({
  this.userId,
  this.targetUserId,
  this.targetProductId,
  this.targetCategoryId,
});