UserModel constructor
const
UserModel({})
Implementation
const UserModel({
required this.uid,
this.email,
this.phoneNumber,
this.displayName,
this.photoUrl,
this.isEmailVerified = false,
this.isPhoneVerified = false,
this.createdAt,
this.metadata,
});