isNotEmpty property
bool
get
isNotEmpty
Returns true if the chain has interceptors
Implementation
bool get isNotEmpty => _interceptors.isNotEmpty;
Returns true if the chain has interceptors
bool get isNotEmpty => _interceptors.isNotEmpty;