NUIInterceptor constructor
NUIInterceptor({})
Implementation
NUIInterceptor({
required this.interceptedUrl,
this.interceptedPathVariables,
this.interceptedHeaders,
this.interceptedParams,
this.interceptedBody,
this.interceptedBodyString,
this.interceptedBodyEnt,
this.stopIntercepting = false,
this.noIntercepting = true
});