OnboardingEvent constructor

OnboardingEvent({
  1. String? accountId,
  2. String? externalId,
  3. String? tag,
  4. String? status,
  5. EventAddress? address,
  6. Map<String, Object>? properties,
})

Implementation

OnboardingEvent({
  this.accountId,
  this.externalId,
  this.tag,
  this.status,
  this.address,
  this.properties,
});