isEmpty property
bool
get
isEmpty
Checks if this block has no transactions.
Implementation
bool get isEmpty => transactions.isEmpty;
Checks if this block has no transactions.
bool get isEmpty => transactions.isEmpty;