isEmpty property

bool isEmpty

Returns true if this delta is empty.

Implementation

bool get isEmpty => _operations.isEmpty;