isEmpty property

bool get isEmpty

Checks if the batch is empty.

Implementation

bool get isEmpty => _authorizations.isEmpty;