InboxForwarderDto constructor
InboxForwarderDto({})
Returns a new InboxForwarderDto instance.
Implementation
InboxForwarderDto({
required this.id,
required this.inboxId,
this.name,
required this.field,
required this.match,
this.forwardToRecipients = const [],
required this.createdAt,
});