YamlListWriter class

Constructors

YamlListWriter({StringSink? destination, int? indentation})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

newline() → void
Writes a newline
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeBool(bool value) → void
writeComment(String comment) → void
Writes a comment. The provided string can be multiline.
inherited
writeDate(DateTime value) → void
writeList(ListWriteDelegate delegate) → void
writeMap(ObjectWriteDelegate delegate) → void
writeNumber(num value) → void
writeString(String value, {bool multiline = false, bool? quoted}) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited