NUIUserInfo constructor
NUIUserInfo({})
Implementation
NUIUserInfo({
required this.userId,
this.gender,
this.dateOfBirth,
this.latitude,
this.longitude,
this.areaCode,
this.others
});
NUIUserInfo({
required this.userId,
this.gender,
this.dateOfBirth,
this.latitude,
this.longitude,
this.areaCode,
this.others
});