hasCanJoin property
bool
get
hasCanJoin
Whether this ActivityFlags has the canJoin flag set.
Implementation
bool get hasCanJoin => has(canJoin);
Whether this ActivityFlags has the canJoin flag set.
bool get hasCanJoin => has(canJoin);