YamlToString constructor

const YamlToString({
  1. String indent = ' ',
  2. String quotes = "'",
})

Implementation

const YamlToString({
  this.indent = ' ',
  this.quotes = "'",
});