toText method
Implementation
String toText() {
VlJson spec = this.toSpec();
VlJsonWriter w = VlJsonWriter();
return w.write(spec);
}
String toText() {
VlJson spec = this.toSpec();
VlJsonWriter w = VlJsonWriter();
return w.write(spec);
}