msgCount property

int? msgCount

Implementation

int? get msgCount => _$this._msgCount;
void msgCount=(int? msgCount)

Implementation

set msgCount(int? msgCount) => _$this._msgCount = msgCount;