UserPrivateProfile constructor

UserPrivateProfile({
  1. String phoneNumber = '',
  2. String email = '',
})

Implementation

UserPrivateProfile({
  this.phoneNumber = '',
  this.email = '',
});