DecryptedPaginatedListClassificationDto constructor
DecryptedPaginatedListClassificationDto({
- required int pageSize,
- required int totalSize,
- List<
ClassificationDto> rows = const [], - PaginatedDocumentKeyIdPairObject? nextKeyPair,
Returns a new DecryptedPaginatedListClassificationDto instance.
Implementation
DecryptedPaginatedListClassificationDto({
required this.pageSize,
required this.totalSize,
this.rows = const [],
this.nextKeyPair,
});