isEmpty property

bool get isEmpty

Returns true if the current value is empty.

Implementation

bool get isEmpty => value.isEmpty;