UserCredentials constructor
UserCredentials({})
Implementation
UserCredentials({
required this.name,
required this.email,
required this.password,
required this.selectedImage,
required this.isTAndCAgreed,
});