ReferralsTable constructor
ReferralsTable({})
Implementation
ReferralsTable({
super.key,
required this.userId,
this.includeBalances = true,
this.limit = 10,
this.hierarchyType,
this.uptoPartner,
this.skip,
this.orderByRank,
this.orderByCount,
this.relativeTo,
});