FormatterConfig constructor
const
FormatterConfig({})
Implementation
const FormatterConfig(
{this.pageWidth = 80,
this.formatStringMark = true,
this.preferApostrophe = true,
this.removeTrailingComma = true,
this.removeSemicolon = true,
this.indent = ' '});