isOverwriting property

  1. @override
bool get isOverwriting
override

Whether changes of this type overwrite or accumulate.

  • true - Changes overwrite the previous version (e.g., value updates)
  • false - Changes add to the previous version (e.g., counter increments)

Implementation

@override
bool get isOverwriting => false;