hasJoinRequest property

bool hasJoinRequest

Whether this ActivityFlags has the joinRequest flag set.

Implementation

bool get hasJoinRequest => has(joinRequest);