ackCount property

int get ackCount

Implementation

int get ackCount {
  return _ackCount ?? nimMessage.ackCount;
}
set ackCount (int value)

Implementation

set ackCount(int value) {
  _ackCount = value;
}