RzpUserProfile constructor

RzpUserProfile({
  1. String? name,
  2. String? phoneNumber,
  3. String? email,
  4. String? uid,
})

Implementation

RzpUserProfile({
  this.name,
  this.phoneNumber,
  this.email,
  this.uid,
});