isEmpty method

bool isEmpty()

Returns true if this StringBuilder is empty.

Implementation

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