isPending property

bool get isPending

Whether this proposal is still pending review.

Implementation

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