isEmpty property

bool get isEmpty

Return a bool if the string is null or empty

Implementation

bool get isEmpty => trimLeft().isEmpty;