length property

int length

Returns the number of Unicode characters in a JavaScript string.

Implementation

int get length {
  return JSStringRef.jSStringGetLength(_pointer);
}