isRequestHandler property
bool
get
isRequestHandler
Indications if this is describing an exception handler or not. Indications if this is describing a request handler or not.
Implementation
//bool get isExceptionHandler => pipelineName == null;
/// Indications if this is describing a request handler or not.
bool get isRequestHandler => pattern != null;