isDebugMode property

bool isDebugMode

Returns true if this instance of WordpressClient is running in debug mode.

i.e., LogInterceptor of Dio is attached to Dio instance which prints every request & response to console.

Implementation

bool get isDebugMode => _requester._isDebugMode;