hasCanJoin property

bool get hasCanJoin

Whether this ActivityFlags has the canJoin flag set.

Implementation

bool get hasCanJoin => has(canJoin);