UFollowParams.fromMap constructor
Implementation
factory UFollowParams.fromMap(Map<String, dynamic> json) => UFollowParams(
userId: json["userId"],
creatorId: json["creatorId"],
productId: json["productId"],
categoryId: json["categoryId"],
);