LoggableJson constructor

LoggableJson({
  1. int indent = 2,
  2. int rootIndent = 0,
})

The Json printer tool

Implementation

LoggableJson({
  this.indent = 2,
  this.rootIndent = 0,
});