isOnlyUpdate property

bool isOnlyUpdate

Implementation

bool get isOnlyUpdate => updates.every((w) => w.kind == UpdateKind.update);