approvalCount property
int
get
approvalCount
Returns the current number of approvals received.
This is equivalent to approvals.length.
Implementation
int get approvalCount => approvals.length;
Returns the current number of approvals received.
This is equivalent to approvals.length.
int get approvalCount => approvals.length;