CliYamlToString constructor

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

Implementation

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