ReadCount constructor

ReadCount({
  1. int? unreadCount,
  2. String? userId,
})

Implementation

ReadCount({
  this.unreadCount,
  this.userId,
});