hasInterceptor property

bool hasInterceptor

Returns true if has an interceptor.

Implementation

bool get hasInterceptor => interceptor != null;