isEmpty property
bool
get
isEmpty
Whether the string is empty.
Implementation
bool get isEmpty => handle == 0 ? true : WindowsIsStringEmpty(handle) == TRUE;
Whether the string is empty.
bool get isEmpty => handle == 0 ? true : WindowsIsStringEmpty(handle) == TRUE;