txCount property

int? txCount

Implementation

int? get txCount => _$this._txCount;
void txCount=(int? txCount)

Implementation

set txCount(int? txCount) => _$this._txCount = txCount;