totalCount property

int? totalCount

Implementation

int? get totalCount => _$this._totalCount;
void totalCount=(int? totalCount)

Implementation

set totalCount(int? totalCount) => _$this._totalCount = totalCount;