PageSentEmailProjection constructor
PageSentEmailProjection({})
Returns a new PageSentEmailProjection instance.
Implementation
PageSentEmailProjection({
this.content = const [],
this.pageable,
this.total,
required this.size,
required this.number,
required this.numberOfElements,
required this.totalElements,
required this.totalPages,
this.last,
this.sort,
this.first,
this.empty,
});