isEmpty property

bool get isEmpty

Whether the _value is empty.

Implementation

bool get isEmpty => _value.isEmpty;