CountDto constructor

CountDto({
  1. required int totalElements,
})

Returns a new CountDto instance.

Implementation

CountDto({
  required this.totalElements,
});