HttpFormatter constructor

HttpFormatter({
  1. LogecomTextPainter textPainter = const UtfPainter(),
  2. bool printRpcContent = false,
  3. bool hideAuthData = true,
})

Implementation

HttpFormatter({
  LogecomTextPainter textPainter = const UtfPainter(),
  this.printRpcContent = false,
  this.hideAuthData = true,
}) {
  _gp = textPainter.gray;
  _gp2 = textPainter.white;
  _rsp = textPainter.yellow;
  _erp = textPainter.red;
}