hasInterceptors property
bool
get
hasInterceptors
Implementation
bool get hasInterceptors =>
interceptors.pre.isNotEmpty || interceptors.post.isNotEmpty;
bool get hasInterceptors =>
interceptors.pre.isNotEmpty || interceptors.post.isNotEmpty;