EmailLogDTO constructor
- String? email,
- DateTime? eventTimestamp,
- EventInfoDTO? eventInfo,
Implementation
const EmailLogDTO({
this.email,
this.eventTimestamp,
this.eventInfo,
});
const EmailLogDTO({
this.email,
this.eventTimestamp,
this.eventInfo,
});