numTransactions property

int? numTransactions

Total transaction count for the block. Includes transactions not in the block.

Implementation

int? get numTransactions => _numTransactions;