UserModel constructor Null safety
Implementation
UserModel({
this.year,
this.month,
this.day,
this.city,
this.isSubscribed,
this.minAge,
required this.id,
this.firstName,
this.lastName,
this.mobile,
this.email,
this.isActive,
this.zoneId,
this.gender,
});