hasActiveArenas property
bool
get
hasActiveArenas
Whether the manager has any active arenas.
Implementation
bool get hasActiveArenas => _arenas.isNotEmpty;
Whether the manager has any active arenas.
bool get hasActiveArenas => _arenas.isNotEmpty;