IdentifyFields constructor

IdentifyFields({
  1. Object? firstName,
  2. Object? lastName,
  3. Object? email,
  4. Object? phone,
  5. Object? gender,
  6. Object? dob,
  7. Object? language,
  8. Object? profileId,
  9. Object? country,
  10. Object? city,
  11. Object? state,
  12. Object? zip,
})

Implementation

IdentifyFields({
  this.firstName,
  this.lastName,
  this.email,
  this.phone,
  this.gender,
  this.dob,
  this.language,
  this.profileId,
  this.country,
  this.city,
  this.state,
  this.zip,
});