SequentialInterceptor constructor
      
      SequentialInterceptor({ 
    
    
- required List<Interceptor> interceptors,
Implementation
SequentialInterceptor({
  required this.interceptors,
});