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