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