User constructor
User({})
Implementation
User({
required this.address,
required this.id,
required this.email,
required this.username,
required this.password,
required this.name,
required this.phone,
});