UserProfile.initial constructor
UserProfile.initial()
Implementation
factory UserProfile.initial() => UserProfile(
id: '',
username: Name.withValue(''),
primaryPhoneNumber: PhoneNumber.withValue('+254798000000'),
primaryEmailAddress: EmailAddress.withValue('test@example.com'),
secondaryPhoneNumbers: <PhoneNumber>[],
secondaryEmailAddresses: <EmailAddress>[],
termsAccepted: false,
suspended: false,
photoUploadID: '',
covers: <Cover>[],
userBioData: BioData.initial(),
homeAddress: Address(),
workAddress: Address(),
assistant: Assistant.BEV,
referralLink: '',
);