isNotEmpty property

bool get isNotEmpty

Checks if the pipeline has any middleware.

Implementation

bool get isNotEmpty => _middleware.isNotEmpty;