CreateContactOptions constructor
CreateContactOptions({})
Returns a new CreateContactOptions instance.
Implementation
CreateContactOptions({
this.firstName,
this.lastName,
this.company,
this.emailAddresses = const [],
this.tags = const [],
this.metaData,
this.optOut,
this.groupId,
});