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