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