length property
int
get
length
Returns the number of Unicode characters in a JavaScript string.
Implementation
int get length {
return JSStringRef.jSStringGetLength(_pointer);
}
Returns the number of Unicode characters in a JavaScript string.
int get length {
return JSStringRef.jSStringGetLength(_pointer);
}