openInstances property

List<Transaction> openInstances

Returns the Transaction that are open.

Implementation

static List<Transaction> get openInstances => _openInstances.toList();