isComplete property

bool isComplete
final

Whether the transaction has received enough approvals to execute.

This should normally be false, as transactions are executed immediately when the threshold is reached.

Implementation

final bool isComplete;