ContactProjection constructor
ContactProjection({})
Returns a new ContactProjection instance.
Implementation
ContactProjection({
required this.id,
this.groupId,
this.emailAddress,
required this.createdAt,
this.firstName,
this.lastName,
this.company,
this.emailAddresses = const [],
required this.optOut,
});