Returns true is this operation is empty.
true
An operation is considered empty if its length is equal to 0.
0
bool get isEmpty => length == 0;