isPending property
bool
get
isPending
Whether this proposal is still pending review.
Implementation
bool get isPending => status == ProposalStatus.pending;
Whether this proposal is still pending review.
bool get isPending => status == ProposalStatus.pending;