isEmpty property

bool? get isEmpty

Whether this string is empty.

Implementation

bool? get isEmpty => value?.isEmpty;