TextFileStringer constructor

const TextFileStringer({
  1. Set<String> supportedFormats = const {"txt", "json", "yaml", "toml", "xml", "html", "csv"},
})

Implementation

const TextFileStringer({
  super.supportedFormats = const {
    "txt",
    "json",
    "yaml",
    "toml",
    "xml",
    "html",
    "csv",
  },
});