setUnReadCount method

dynamic setUnReadCount(
  1. int value
)

Implementation

setUnReadCount(int value) {
  _unreadCount = value;
}