isOnlyDelete property

bool get isOnlyDelete

Implementation

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