replies property

int replies

Implementation

int get replies => _replies;
void replies=(int value)

Implementation

set replies(int value) {
  _withReplies = value > 0;
  _replies = value;
}