toText method

String toText()

Implementation

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