HomePage constructor
const
HomePage({})
Implementation
const HomePage({
Key? key,
this.token,
this.firstName,
this.lastName,
this.about,
this.profileImg,
this.partnerName,
this.partnerProfileImg,
this.partnerMedia,
this.generalPollOptionsList,
this.loc,
}) : super(key: key);