count property

int get count

Get the number of transactions currently in this atomic group.

Implementation

int get count => transactions.length;