isEmpty property

bool isEmpty

Returns true if length == 0.

Implementation

bool get isEmpty => length == 0;