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