getValue method

JSString getValue([
  1. int index = 0
])

Get JSValue index Array index

Implementation

JSString getValue([int index = 0]) {
  return JSString(pointer[index]);
}