chatCount property

int get chatCount

Implementation

int get chatCount => _chatCount;
set chatCount (int value)

Implementation

set chatCount(int value) {
  _chatCount = value;
}