isEmpty property

bool isEmpty

Returns true is this operation is empty.

An operation is considered empty if its length is equal to 0.

Implementation

bool get isEmpty => length == 0;