Writer class
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
writeAny(int indent, dynamic value)
→ void
-
-
writeList(int indent, List list, {bool stringAsAny = false})
→ void
-
-
writeMap(int indent, Map<String, dynamic> map, {bool stringAsAny = false})
→ void
-
-
writeRecord(int indent, Map<String, dynamic> map, {bool recursive = true, bool stringAsAny = false})
→ void
-
-
writeString(int indent, String string)
→ void
-