isEmpty property

bool get isEmpty

Returns true if this delta is empty.

Implementation

bool get isEmpty => operations.isEmpty;