hasInterceptor property
      
      bool
      get
      hasInterceptor
      
    
    
Returns true if has an interceptor.
Implementation
bool get hasInterceptor => interceptor != null;Returns true if has an interceptor.
bool get hasInterceptor => interceptor != null;