Auth<K extends AuthKeys> constructor
Auth<K extends AuthKeys> ({})
Implementation
Auth({
super.id = "",
super.timeMills,
this.biometric,
this.email,
this.loggedIn,
this.loggedInTime,
this.loggedOutTime,
this.name,
this.password,
this.phone,
this.photo,
this.provider,
this.username,
this.verified,
});