NudgeReferralLead constructor

NudgeReferralLead({
  1. required String externalId,
  2. String? name,
  3. String? email,
  4. String? phoneNumber,
  5. Map<String, dynamic>? properties,
})

Implementation

NudgeReferralLead({
  required this.externalId,
  this.name,
  this.email,
  this.phoneNumber,
  this.properties
});