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