int? get unreadCount => _$this._unreadCount;
set unreadCount(covariant int? unreadCount) => _$this._unreadCount = unreadCount;