totalUsersCount property

int? totalUsersCount

Implementation

int? get totalUsersCount => _$this._totalUsersCount;
void totalUsersCount=(int? totalUsersCount)

Implementation

set totalUsersCount(int? totalUsersCount) =>
    _$this._totalUsersCount = totalUsersCount;