visitorsCount property

int get visitorsCount

Implementation

int get visitorsCount => _getAttribute<int>(kVisitorsCount, 0);