isEmpty property

bool get isEmpty

Checks if the pipeline is empty.

Implementation

bool get isEmpty => _middleware.isEmpty;