UnseenErrorCountDto constructor

UnseenErrorCountDto({
  1. required int count,
})

Returns a new UnseenErrorCountDto instance.

Implementation

UnseenErrorCountDto({
  required this.count,
});