isEmpty property

bool isEmpty

Returns true if this delta is empty.

Implementation

bool get isEmpty => operations.isEmpty;