ProfileResponse constructor
ProfileResponse({})
Implementation
ProfileResponse({
this.id = '',
this.avatar = '',
this.dateOfBirth = '',
this.email = '',
this.gender = 0,
this.hasPassword = false,
this.isExternal = false,
this.isFriend = false,
this.name = '',
this.phoneNumber = '',
this.userName = '',
});