KAuthUser constructor
const
KAuthUser({})
Implementation
const KAuthUser({
required this.id,
required this.provider,
this.name,
this.email,
this.image,
this.phone,
this.birthday,
this.birthyear,
this.gender,
this.ageRange,
this.ci,
this.rawData,
});