TreeifyOptions constructor

const TreeifyOptions({
  1. bool showValues = true,
  2. bool hideFunctions = false,
  3. bool useColors = false,
})

Implementation

const TreeifyOptions({
  this.showValues = true,
  this.hideFunctions = false,
  this.useColors = false,
});