VlJsonWriter class

Constructors

VlJsonWriter()

Properties

decimals int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

indent(int depth) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
quote(String s) String
toString() String
A string representation of this object.
inherited
write(VlJson v) String
writeArray(VlJson v, int depth, bool pretty) String
writeObject(VlJson v, int depth, bool pretty) String
writePretty(VlJson v) String
writeValue(VlJson v, int depth, bool pretty) String

Operators

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