PrettyConfig constructor
const
PrettyConfig({})
Implementation
const PrettyConfig({
this.blockEnabled = true,
this.lineLength = 80,
this.disabledSuggestions = false,
this.colorEnabled = true,
this.emojiEnabled = true,
this.jsonIndent = ' ',
});