txCount property
int
get
txCount
Returns the number of transactions in this block.
Implementation
int get txCount => transactions.length;
Returns the number of transactions in this block.
int get txCount => transactions.length;