JsonFormatter constructor

const JsonFormatter({
  1. bool prettyPrint = false,
  2. bool includeContext = true,
})

Implementation

const JsonFormatter({
  this.prettyPrint = false,
  this.includeContext = true,
});