isEmpty property

bool isEmpty

Whether this value is empty.

Implementation

bool get isEmpty => value.isEmpty;