isOnlyDelete property

bool isOnlyDelete

Implementation

bool get isOnlyDelete => updates.every((w) => w.kind == UpdateKind.delete);