GrockDioLogger constructor

const GrockDioLogger({
  1. bool responseBody = false,
  2. bool request = false,
  3. bool requestHeader = false,
  4. bool responseHeader = false,
  5. bool error = false,
  6. bool requestBody = false,
})

Implementation

const GrockDioLogger({
  this.responseBody = false,
  this.request = false,
  this.requestHeader = false,
  this.responseHeader = false,
  this.error = false,
  this.requestBody = false,
});