isLog method

Http isLog(
  1. bool log
)

Implementation

Http isLog(bool log) {
  _isLog = isDebug(log);
  return this;
}