hasSpectate property

bool hasSpectate

Whether this ActivityFlags has the spectate flag set.

Implementation

bool get hasSpectate => has(spectate);