coHostCount property
int
get
coHostCount
Implementation
int get coHostCount => _coHostCount;
set
coHostCount
(int value)
Implementation
set coHostCount(int value) {
_coHostCount = value;
notifyListeners();
}