isEmpty property
bool
get
isEmpty
Returns true if the chain is empty
Implementation
bool get isEmpty => _interceptors.isEmpty;
Returns true if the chain is empty
bool get isEmpty => _interceptors.isEmpty;