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