isNotEmpty property

bool get isNotEmpty

Checks if the batch is not empty.

Implementation

bool get isNotEmpty => _authorizations.isNotEmpty;