CliYamlToString class
Constructors
- CliYamlToString({String indent = ' ', String quotes = "'"})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toYamlString(
dynamic node) → String -
writeYamlString(
dynamic node, StringSink sink) → void -
Serializes
node
into a String and writes it to thesink
.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited