isEmpty property Null safety

bool isEmpty

Whether the string value is empty

Implementation

bool get isEmpty => _value.isEmpty;