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