isPending property
bool
get
isPending
Whether participant is pending.
Implementation
bool get isPending => status == ParticipantStatus.pending;
Whether participant is pending.
bool get isPending => status == ParticipantStatus.pending;