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