isEmpty property

bool isEmpty

Returns true if this transaction doesn't have operations.

Implementation

bool get isEmpty => _operations.isEmpty;