isNotEmpty method

bool isNotEmpty()

Returns true if this StringBuilder is not empty.

Implementation

bool isNotEmpty() => length() > 0;