isEmpty property

bool get isEmpty

Whether the string is empty.

Implementation

bool get isEmpty => handle == 0 ? true : WindowsIsStringEmpty(handle) == TRUE;