isEmpty property

bool get isEmpty

Returns true when this update carries no changes.

Implementation

bool get isEmpty =>
    metrics == null &&
    upsertEntries.isEmpty &&
    removeKeys.isEmpty &&
    !clearEntries;