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