totalCount property

int? get totalCount

Implementation

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

Implementation

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