cursorChannel method

VlJson cursorChannel()

Implementation

VlJson cursorChannel() {
  if ( cursor.length == 0 ) {
    this.note("a channel property was set before any channel was named");
    return VlJson.objectValue();
  }
  return enc._get(cursor);
}