chatCount property

int chatCount

Implementation

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

Implementation

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