optimisticPatches property

  1. @protected
  2. @visibleForTesting
List<OptimisticPatch> optimisticPatches
getter/setter pair

List of patches recorded through recordOptimisticTransaction

They are applied in ascending order, thus data in last will overwrite that in first if there is a conflict

Implementation

@protected
@visibleForTesting
List<OptimisticPatch> optimisticPatches = [];