length property
int
get
length
The length of the string.
Implementation
int get length => handle == 0 ? 0 : WindowsGetStringLen(handle);
The length of the string.
int get length => handle == 0 ? 0 : WindowsGetStringLen(handle);