isEmpty property

bool isEmpty

Return a bool if the string is null or empty

Implementation

bool get isEmpty => trimLeft().isEmpty;