User constructor
User({})
Implementation
User({
required super.id,
required super.name,
required this.countryCode,
super.createdAt,
super.avatarUrl,
super.nickname,
this.emailAddr,
this.phoneNumber,
this.updatedAt,
});