isNotEmpty property
bool
get
isNotEmpty
Checks if the pipeline has any middleware.
Implementation
bool get isNotEmpty => _middleware.isNotEmpty;
Checks if the pipeline has any middleware.
bool get isNotEmpty => _middleware.isNotEmpty;