isEmpty property

bool isEmpty

Whether this string is empty.

Implementation

bool get isEmpty => value.isEmpty;