isNotEmpty property

bool get isNotEmpty

Checks if this block has transactions.

Implementation

bool get isNotEmpty => transactions.isNotEmpty;