toYAMLEncoded method

String toYAMLEncoded()

Converts this configuration properties to an encoded YAML.

Implementation

String toYAMLEncoded() => YamlWriter().write(_properties);