isPending property

bool get isPending

Whether participant is pending.

Implementation

bool get isPending => status == ParticipantStatus.pending;