hasCanJoin property

bool hasCanJoin

Whether this ActivityFlags has the canJoin flag set.

Implementation

bool get hasCanJoin => has(canJoin);