class ReferralClass { String? referrer; String? referred; bool? reward; ReferralClass({ this.referred, this.referrer, this.reward, }); }