OrganizationInboxProjection constructor
OrganizationInboxProjection({})
Returns a new OrganizationInboxProjection instance.
Implementation
OrganizationInboxProjection({
required this.id,
this.domainId,
required this.createdAt,
this.name,
this.emailAddress,
required this.favourite,
this.tags = const [],
required this.teamAccess,
this.inboxType,
required this.readOnly,
required this.virtualInbox,
});