AffiliateInfo constructor
const
AffiliateInfo({})
Constructs an AffiliateInfo object.
Implementation
const AffiliateInfo({
this.affiliateUser,
this.affiliateChat,
required this.commissionPerMille,
required this.amount,
this.nanostarAmount,
});