isNotEmpty property

bool get isNotEmpty

Returns true if the chain has interceptors

Implementation

bool get isNotEmpty => _interceptors.isNotEmpty;